Changeset 1117
- Timestamp:
- Jan 30, 2004, 4:38:02 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/os2emx.h
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r1116 r1117 1172 1172 #define OBJ_GIVEABLE 0x0200 1173 1173 #define OBJ_ANY 0x0400 1174 #define OBJ_SELMAPALL 0x0800 1174 1175 #define PAG_DEFAULT 0x0400 1175 1176 #define PAG_SHARED 0x2000 1176 1177 #define PAG_FREE 0x4000 1177 1178 #define PAG_BASE 0x00010000 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 1178 1192 1179 1193 #define DOSSUB_INIT 0x0001 … … 1190 1204 #define fGIVESHR (fPERM) 1191 1205 #define fSET (fPERM|PAG_COMMIT|PAG_DECOMMIT|PAG_DEFAULT) 1206 1192 1207 1193 1208 ULONG APIENTRY DosAliasMem (CPVOID pv, ULONG cb, PPVOID ppvAlias, ULONG fl); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.