X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d143b6689b9ce3f02398d1ee4129f6a21024183..d0b6c0c52729e737a8d69a61a2f47c24abf18a8c:/samples/sockets/server.cpp diff --git a/samples/sockets/server.cpp b/samples/sockets/server.cpp index 439ccc8afa..1f6835a0ae 100644 --- a/samples/sockets/server.cpp +++ b/samples/sockets/server.cpp @@ -3,7 +3,6 @@ // Purpose: Server for wxSocket demo // Author: Guillermo Rodriguez Garcia // 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