]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/power/power.cpp
Turkish translations update from Çağrı Doğan.
[wxWidgets.git] / samples / power / power.cpp
index 9f7d040d6bad6ffa3ceffe69c9c29581ff29dbfb..23a95b30e36b7e7a1895075b4ec039762eb8f1f8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxWidgets power management sample
 // Author:      Vadim Zeitlin
 // Created:     2006-05-27
-// RCS-ID:      $Id$
 // Copyright:   (C) 2006 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -33,7 +32,7 @@
 
 #include "wx/power.h"
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif