projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
restored variabes initialization in OnButtonSet() to avoid spurious MSVC warnings
[wxWidgets.git]
/
src
/
os2
/
msgdlg.cpp
diff --git
a/src/os2/msgdlg.cpp
b/src/os2/msgdlg.cpp
index 003c5066183b7c237b292d727904687bb66b2e68..90d433a0899e89e467eed844723b6cdb479ce82c 100644
(file)
--- a/
src/os2/msgdlg.cpp
+++ b/
src/os2/msgdlg.cpp
@@
-9,21
+9,17
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "msgdlg.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
-#ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/defs.h"
-#include "wx/utils.h"
-#include "wx/dialog.h"
-#include "wx/app.h"
#include "wx/msgdlg.h"
#include "wx/msgdlg.h"
-#include "wx/math.h"
+
+#ifndef WX_PRECOMP
+ #include <stdio.h>
+ #include "wx/utils.h"
+ #include "wx/dialog.h"
+ #include "wx/app.h"
+ #include "wx/math.h"
#endif
#include "wx/os2/private.h"
#endif
#include "wx/os2/private.h"