]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
don't use WXDLLEXPORT with nested template classes: this doesn't work
[wxWidgets.git] / include / wx / defs.h
index 87f65850d611fa9ddfc9e542cd7b54d315d61ed4..4203d06ec2f0bb05c099bc5c4486ab63b82fe4b0 100644 (file)
@@ -760,7 +760,7 @@ typedef wxUint16 wxWord;
 
             typedef long wxInt32;
             typedef unsigned long wxUint32;
-        #elif
+        #else
             /*  wxWidgets is not ready for 128bit systems yet... */
             #error "Unknown sizeof(int) value, what are you compiling for?"
         #endif