]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/curicop.h
More Watcom C++ compilation stuff
[wxWidgets.git] / include / wx / msw / curicop.h
index 8b1d002c3bb831deae3f6aa9e8ecf41a78baab19..5023b7cff9f4ebbcabf8bf659f54cee383b8e827 100644 (file)
@@ -3,7 +3,7 @@
 // Header signatures for various resources
 #define BFT_ICON   0x4349   /* 'IC' */
 #define BFT_BITMAP 0x4d42   /* 'BM' */
-#define BFT_CURSOR 0x5450   /* 'PT' */
+#define BFT_CURSOR 0x5450   /* 'PT(' */
 
 // This WIDTHBYTES macro determines the number of BYTES per scan line.
 #define WIDTHBYTES( i)   ((i + 31) / 32 * 4)