]> git.saurik.com Git - wxWidgets.git/commitdiff
Solved problem with wxhInstance name being mangled by MSVC
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Sep 1999 22:23:37 +0000 (22:23 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 17 Sep 1999 22:23:37 +0000 (22:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/gsocket.c

index 34dcaa09f249d0f0c51830074d835e19b28bf42a..8b10260d76fd21a5fd790a1055ebdaa07ff1c24b 100644 (file)
@@ -19,7 +19,7 @@
 #include "wx/msw/gsockmsw.h"
 #include "wx/gsocket.h"
 
-#define INSTANCE wxhInstance
+#define INSTANCE wxGetInstance()
 
 #else