Changeset 2674 for trunk/include/winconst.h
- Timestamp:
- Feb 7, 2000, 3:29:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r2605 r2674 1 /* $Id: winconst.h,v 1.2 3 2000-02-03 12:19:23sandervl Exp $ */1 /* $Id: winconst.h,v 1.24 2000-02-07 14:29:21 sandervl Exp $ */ 2 2 3 3 /* … … 182 182 #define DLL_THREAD_ATTACH 2 /* attach new thread */ 183 183 #define DLL_THREAD_DETACH 3 /* detach thread */ 184 185 /* Regions */186 #define ERROR_W 0187 #define NULLREGION_W 1188 #define SIMPLEREGION_W 2189 #define COMPLEXREGION_W 3190 184 191 185 /* ShowWindow() codes */ … … 1001 995 #define BI_RLE4 2 1002 996 #define BI_BITFIELDS 3 997 998 /* Polygon modes */ 999 #define ALTERNATE_W 1 1000 #define WINDING_W 2 1001 1002 /* Regions */ 1003 #define ERROR_W 0 1004 #define NULLREGION_W 1 1005 #define SIMPLEREGION_W 2 1006 #define COMPLEXREGION_W 3 1007 1008 #define RGN_AND_W 1 1009 #define RGN_OR_W 2 1010 #define RGN_XOR_W 3 1011 #define RGN_DIFF_W 4 1012 #define RGN_COPY_W 5
Note:
See TracChangeset
for help on using the changeset viewer.