projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cvs to svn
[wxWidgets.git]
/
src
/
msw
/
settings.cpp
diff --git
a/src/msw/settings.cpp
b/src/msw/settings.cpp
index c15da355e7fd846f32aa3a9f6c910894903cca61..6c46ae230bb415bf81c5ccac6312e3bfed744761 100644
(file)
--- a/
src/msw/settings.cpp
+++ b/
src/msw/settings.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: msw/settings.cpp
+// Name:
src/
msw/settings.cpp
// Purpose: wxSystemSettingsNative implementation for MSW
// Author: Julian Smart
// Modified by:
// Purpose: wxSystemSettingsNative implementation for MSW
// Author: Julian Smart
// Modified by:
@@
-29,20
+29,18
@@
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/gdicmn.h"
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/gdicmn.h"
+ #include "wx/module.h"
#endif
#include "wx/msw/private.h"
#endif
#include "wx/msw/private.h"
+#include "wx/msw/missing.h" // for SM_CXCURSOR, SM_CYCURSOR, SM_TABLETPC
#ifndef SPI_GETFLATMENU
#define SPI_GETFLATMENU 0x1022
#endif
#ifndef SPI_GETFLATMENU
#define SPI_GETFLATMENU 0x1022
#endif
-#include "wx/module.h"
#include "wx/fontutil.h"
#include "wx/fontutil.h"
-// for SM_CXCURSOR, SM_CYCURSOR, SM_TABLETPC
-#include "wx/msw/missing.h"
-
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------