Changeset 1657
- Timestamp:
- Nov 21, 2004, 7:08:03 PM (21 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/os2emx.h
-
Property cvs2svn:cvs-rev
changed from
1.23
to1.24
r1656 r1657 1245 1245 ULONG APIENTRY DosSubUnsetMem (PVOID pOffset); 1246 1246 1247 #ifndef INCL_NO16BIT 1248 USHORT APIENTRY DosAllocSeg(USHORT cbSize, PSEL pSel, USHORT fsAlloc); 1249 USHORT APIENTRY DosFreeSeg(SEL sel); 1250 USHORT APIENTRY DosReallocSeg(USHORT cbNewSize, SEL sel); 1251 #endif 1252 1247 1253 #endif /* INCL_DOSMEMMGR || !INCL_NOCOMMON */ 1248 1254 … … 2757 2763 ULONG APIENTRY DosReplaceModule (PCSZ pszOldModule, PCSZ pszNewModule, PCSZ pszBackupModule); 2758 2764 2765 #ifndef INCL_NO16BIT 2766 /* 16-bit API thunkers. */ 2767 USHORT APIENTRY DosGetProcAddr(HMODULE hmte, PCSZ pszNameOrOrdinal, PVOID pvfpfn); 2768 #endif 2769 2759 2770 #endif /* INCL_DOSMODULEMGR */ 2760 2771 … … 3423 3434 /* -------------------------- 16-BIT SIGNALS ------------------------------ */ 3424 3435 3425 #if defined (INCL_DOSSIGNALS) 3436 #if defined (INCL_DOSSIGNALS) && !defined(INCL_NO16BIT) 3426 3437 3427 3438 #define SIG_CTRLC 1 … … 3828 3839 ULONG APIENTRY DosTmrQueryFreq (PULONG pulTmrFreq); 3829 3840 ULONG APIENTRY DosTmrQueryTime (PQWORD pqwTmrTime); 3841 3842 #ifndef INCL_NO16BIT 3843 USHORT APIENTRY DosQProcStatus(PVOID pvBuffer, USHORT cbBuffer); 3844 #endif 3830 3845 3831 3846 #endif /* INCL_DOSPROFILE */ … … 13320 13335 /* -------------------------- Info Segments ------------------------------- */ 13321 13336 13322 #if defined(INCL_DOSINFOSEG) 13337 #if defined(INCL_DOSINFOSEG) && !defined(INCL_NO16BIT) 13323 13338 13324 13339 #pragma pack(1) … … 13404 13419 #endif 13405 13420 13421 13406 13422 #endif /* INCL_DOSINFOSEG */ 13407 13423 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.