Changeset 3622 for trunk/include/winconst.h
- Timestamp:
- May 28, 2000, 6:40:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r3416 r3622 1 /* $Id: winconst.h,v 1.3 2 2000-04-18 11:09:53 sandervl Exp $ */1 /* $Id: winconst.h,v 1.33 2000-05-28 16:40:23 sandervl Exp $ */ 2 2 3 3 /* … … 1015 1015 1016 1016 /* biCompression */ 1017 #define BI_RGB 01018 #define BI_RLE8 11019 #define BI_RLE4 21020 #define BI_BITFIELDS 31017 #define BI_RGB_W 0 1018 #define BI_RLE8_W 1 1019 #define BI_RLE4_W 2 1020 #define BI_BITFIELDS_W 3 1021 1021 1022 1022 /* Polygon modes */ … … 1330 1330 #define HALFTONE_W 4 1331 1331 #define MAXSTRETCHBLTMODE_W 4 1332 1333 #define NTRT_NEWRESOURCE 0x2000 1334 #define NTRT_ERROR 0x7fff 1335 #define NTRT_CURSOR 1 1336 #define NTRT_BITMAP 2 1337 #define NTRT_ICON 3 1338 #define NTRT_MENU 4 1339 #define NTRT_DIALOG 5 1340 #define NTRT_STRING 6 1341 #define NTRT_FONTDIR 7 1342 #define NTRT_FONT 8 1343 #define NTRT_ACCELERATORS 9 1344 #define NTRT_RCDATA 10 1345 #define NTRT_MESSAGETABLE 11 1346 #define NTRT_GROUP_CURSOR 12 1347 #define NTRT_GROUP_ICON 14 1348 #define NTRT_VERSION 16 1349 #define NTRT_NEWBITMAP (NTRT_BITMAP|NTRT_NEWRESOURCE) 1350 #define NTRT_NEWMENU (NTRT_MENU|NTRT_NEWRESOURCE) 1351 #define NTRT_NEWDIALOG (NTRT_DIALOG|NTRT_NEWRESOURCE)
Note:
See TracChangeset
for help on using the changeset viewer.