projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for missing -g from wx-config
[wxWidgets.git]
/
include
/
wx
/
univ
/
window.h
diff --git
a/include/wx/univ/window.h
b/include/wx/univ/window.h
index 924e11cb304b79cc4b9c31045f984505f77ab840..baabd5350204d2a2d49511fa31b7322b1a5da258 100644
(file)
--- a/
include/wx/univ/window.h
+++ b/
include/wx/univ/window.h
@@
-7,7
+7,7
@@
// Modified by:
// Created: 06.08.00
// RCS-ID: $Id$
// Modified by:
// Created: 06.08.00
// RCS-ID: $Id$
-// Copyright: (c) 2000
Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright: (c) 2000
SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows license
///////////////////////////////////////////////////////////////////////////////
@@
-61,6
+61,8
@@
enum
#define wxWindowNative wxWindowGTK
#elif defined(__WXMGL__)
#define wxWindowNative wxWindowMGL
#define wxWindowNative wxWindowGTK
#elif defined(__WXMGL__)
#define wxWindowNative wxWindowMGL
+#elif defined(__WXMAC__)
+#define wxWindowNative wxWindowMac
#endif
class WXDLLEXPORT wxWindow : public wxWindowNative
#endif
class WXDLLEXPORT wxWindow : public wxWindowNative