]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Compilation fix for wxUSE_STL==1.
[wxWidgets.git] / src / common / appcmn.cpp
index 751e359b7b2b4deb9f505d63acecd5d8b9be32f0..5c19be543e65f930cc18374b375d8a608ec45893 100644 (file)
@@ -520,7 +520,7 @@ GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
     // NB: wxMac does not have any GUI-specific functions in gsocket.c and
     //     so it doesn't need this table at all
     return NULL;
-#else
+#else // !__WXMAC__
     static GSocketGUIFunctionsTable table =
     {
         _GSocket_GUI_Init,
@@ -535,7 +535,7 @@ GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
         _GSocket_Disable_Events
     };
     return &table;
-#endif
+#endif // __WXMAC__/!__WXMAC__
 }
 
 #endif