Changeset 5319 for trunk/include/win32k.h
- Timestamp:
- Mar 15, 2001, 9:03:10 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win32k.h
r5219 r5319 1 /* $Id: win32k.h,v 1.1 0 2001-02-21 07:41:24bird Exp $1 /* $Id: win32k.h,v 1.11 2001-03-15 20:03:10 bird Exp $ 2 2 * 3 3 * Top level make file for the Win32k library. … … 52 52 #define OBJ_LOCATION 0x80000000UL 53 53 #ifndef OBJ_SELMAPALL 54 #define OBJ_SELMAPALL 0x00000800UL /* This isn't ours. It just a dropout f orm bsememf.h */54 #define OBJ_SELMAPALL 0x00000800UL /* This isn't ours. It just a dropout from bsememf.h */ 55 55 #endif 56 56 #ifndef OBJ_ANY 57 #define OBJ_ANY 0x00000400UL /* This isn't ours. It just no present in all toolkits. */ 58 #endif 57 59 58 60 /*
Note:
See TracChangeset
for help on using the changeset viewer.