]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/wx_exe.cpp
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / samples / dll / wx_exe.cpp
index a4b5263123c59e499d9d1a3f1d77e5c26306a11b..1a57e9836e4c0f79767cc5979afe764357f00344 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Sample showing how to use wx from a DLL
 // Author:      Vaclav Slavik
 // Created:     2009-12-03
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -31,8 +30,8 @@
 #include "wx/stattext.h"
 #include "wx/button.h"
 
-#ifndef __WXMSW__
-    #error "This sample is MSW-only"
+#ifndef __WINDOWS__
+    #error "This sample is Windows-only"
 #endif
 
 #ifdef WXUSINGDLL