]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
compilation fix for !wxUSE_MIMETYPE
[wxWidgets.git] / samples / sockets / server.cpp
index fab500e48d92043d97b10dac98550b76325810d8..2702c113c45d75b3a63384b67ea066f02b847dce 100644 (file)
 // headers
 // --------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma implementation
-    #pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -96,11 +91,11 @@ private:
 enum
 {
   // menu items
-  SERVER_QUIT = 1000,
-  SERVER_ABOUT,
+  SERVER_QUIT = wxID_EXIT,
+  SERVER_ABOUT = wxID_ABOUT,
 
   // id for sockets
-  SERVER_ID,
+  SERVER_ID = 100,
   SOCKET_ID
 };