projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applied (slightly modified) wxGLApp patch for MSW
[wxWidgets.git]
/
src
/
generic
/
numdlgg.cpp
diff --git
a/src/generic/numdlgg.cpp
b/src/generic/numdlgg.cpp
index 96bbc485bf29186fd3758aa3b392fff40a55fc64..9fa5693a4d41c9ba2379577eb6f3b9ca4b9832c4 100644
(file)
--- a/
src/generic/numdlgg.cpp
+++ b/
src/generic/numdlgg.cpp
@@
-18,7
+18,6
@@
// ----------------------------------------------------------------------------
#ifdef __GNUG__
// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma interface "numdlgg.cpp"
#pragma implementation "numdlgg.cpp"
#endif
#pragma implementation "numdlgg.cpp"
#endif
@@
-29,6
+28,8
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#if wxUSE_NUMBERDLG
+
#ifndef WX_PRECOMP
#include <stdio.h>
#ifndef WX_PRECOMP
#include <stdio.h>
@@
-206,3
+207,5
@@
long wxGetNumberFromUser(const wxString& msg,
return dialog.GetValue();
}
return dialog.GetValue();
}
+
+#endif // wxUSE_NUMBERDLG