]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
handle sizeof(int) correctly
[wxWidgets.git] / include / wx / msw / textctrl.h
index 44928ded075fd21a6d45108de03da19e9e5c0546..edc0de5b329c4bd979e5f3bc656d41516ae7f23c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>