]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/wx_exe.cpp
Tamil translations update from Dinakar T.D.
[wxWidgets.git] / samples / dll / wx_exe.cpp
index 65e7456caecd3ff3e9da5ed816fd6729b879b3aa..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
 /////////////////////////////////////////////////////////////////////////////
 #include "wx/stattext.h"
 #include "wx/button.h"
 
+#ifndef __WINDOWS__
+    #error "This sample is Windows-only"
+#endif
+
+#ifdef WXUSINGDLL
+    #error "This sample doesn't work with DLL build of wxWidgets"
+#endif
 
 // ----------------------------------------------------------------------------
 // GUI classes