Changeset 1283 for trunk/src/emx/include
- Timestamp:
- Mar 7, 2004, 12:41:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/os2emx.h
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r1282 r1283 1172 1172 #define OBJ_GIVEABLE 0x0200 1173 1173 #define OBJ_ANY 0x0400 1174 #define OBJ_SELMAPALL 0x0800 1174 #define OBJ_SELMAPALL 0x0800 1175 1175 #define PAG_DEFAULT 0x0400 1176 1176 #define PAG_SHARED 0x2000 … … 1178 1178 #define PAG_BASE 0x00010000 1179 1179 1180 #define SEL_CODE 0x0001 1181 #define SEL_USE32 0x0002 1182 1183 #define PAG_NPOUT 0x0000 1184 #define PAG_PRESENT 0x0001 1185 #define PAG_NPIN 0x0002 1186 #define PAG_PRESMASK 0x0003 1187 #define PAG_INVALID 0x0000 1188 #define PAG_RESIDENT 0x0010 1189 #define PAG_SWAPPABLE 0x0020 1190 #define PAG_DISCARDABLE 0x0030 1191 #define PAG_TYPEMASK 0x0030 1180 #define SEL_CODE 0x0001 1181 #define SEL_USE32 0x0002 1182 1183 #define PAG_NPOUT 0x0000 1184 #define PAG_PRESENT 0x0001 1185 #define PAG_NPIN 0x0002 1186 #define PAG_PRESMASK 0x0003 1187 #define PAG_INVALID 0x0000 1188 #define PAG_RESIDENT 0x0010 1189 #define PAG_SWAPPABLE 0x0020 1190 #define PAG_DISCARDABLE 0x0030 1191 #define PAG_TYPEMASK 0x0030 1192 1192 1193 1193 #define DOSSUB_INIT 0x0001 … … 10383 10383 #define SPBQ_DONOTUPDATE 3 10384 10384 10385 typedef struct _SPBCDATA 10386 { 10387 ULONG cbSize; 10388 ULONG ulTextLimit; 10389 LONG lLowerLimit; 10390 LONG lUpperLimit; 10391 ULONG idMasterSpb; 10392 PVOID pHWXCtlData; 10393 } SPBCDATA; 10394 typedef SPBCDATA *PSPBCDATA; 10395 10385 10396 #endif /* INCL_WINSTDSPIN */ 10386 10397 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.