// Author: David Webster
// Modified by:
// Created: 10/10/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/math.h"
#endif
+#include "wx/modalhook.h"
#include "wx/os2/private.h"
#include <stdlib.h>
int wxMessageDialog::ShowModal()
{
+ WX_HOOK_MODAL_DIALOG();
+
HWND hWnd = 0;
ULONG ulStyle = MB_OK;
int nAns = wxOK;