X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c00e46fa83e3a9c0e76a76f15522a10b3a5c67f..0cdf89abb10990c7f0152aabc464425a5478157f:/include/wx/msw/curicop.h diff --git a/include/wx/msw/curicop.h b/include/wx/msw/curicop.h index 8b1d002c3b..5023b7cff9 100644 --- a/include/wx/msw/curicop.h +++ b/include/wx/msw/curicop.h @@ -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)