]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
fix for vc4.2+ for c++ standard exception handling
[wxWidgets.git] / src / common / socket.cpp
index 53ddde5e89e13974b88c481ba3428587c03cc57f..414efb7b8e79ac9d5b999bd9af57ccec3e78d223 100644 (file)
 #endif
 
 #ifdef __WXMOTIF__
-#define wxAPP_CONTEXT wxTheApp->appContext
+#define wxAPP_CONTEXT ((XtAppContext)wxTheApp->GetAppContext())
 #endif
 
 #ifdef __WINDOWS__