]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / samples / sockets / server.cpp
index 439ccc8afa30070e67117ac08a4a239da16b4d35..1f6835a0ae2cee695f025784b8a98701a33fcc90 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Server for wxSocket demo
 // Author:      Guillermo Rodriguez Garcia <guille@iies.es>
 // Created:     1999/09/19
-// RCS-ID:      $Id$
 // Copyright:   (c) 1999 Guillermo Rodriguez Garcia
 //              (c) 2009 Vadim Zeitlin
 // Licence:     wxWindows licence
@@ -45,7 +44,7 @@
 // --------------------------------------------------------------------------
 
 // the application icon
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif