]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/caret/caret.cpp
Tamil translations update from Dinakar T.D.
[wxWidgets.git] / samples / caret / caret.cpp
index c1dc4d870a177f09893dc61ef34f78d45f4f2513..57f5714db3ceec718408e36acb697d6225688261 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Robert Roebling
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -31,7 +30,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif