Changeset 1657


Ignore:
Timestamp:
Nov 21, 2004, 7:08:03 PM (21 years ago)
Author:
bird
Message:

some thunkers from froloff.

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 to 1.24
    r1656 r1657  
    12451245ULONG APIENTRY DosSubUnsetMem (PVOID pOffset);
    12461246
     1247#ifndef INCL_NO16BIT
     1248USHORT APIENTRY DosAllocSeg(USHORT cbSize, PSEL pSel, USHORT fsAlloc);
     1249USHORT APIENTRY DosFreeSeg(SEL sel);
     1250USHORT APIENTRY DosReallocSeg(USHORT cbNewSize, SEL sel);
     1251#endif
     1252
    12471253#endif /* INCL_DOSMEMMGR || !INCL_NOCOMMON */
    12481254
     
    27572763ULONG APIENTRY DosReplaceModule (PCSZ pszOldModule, PCSZ pszNewModule, PCSZ pszBackupModule);
    27582764
     2765#ifndef INCL_NO16BIT
     2766/* 16-bit API thunkers. */
     2767USHORT APIENTRY DosGetProcAddr(HMODULE hmte, PCSZ pszNameOrOrdinal, PVOID pvfpfn);
     2768#endif
     2769
    27592770#endif /* INCL_DOSMODULEMGR */
    27602771
     
    34233434/* -------------------------- 16-BIT SIGNALS ------------------------------ */
    34243435
    3425 #if defined (INCL_DOSSIGNALS)
     3436#if defined (INCL_DOSSIGNALS) && !defined(INCL_NO16BIT)
    34263437
    34273438#define SIG_CTRLC               1
     
    38283839ULONG APIENTRY DosTmrQueryFreq (PULONG pulTmrFreq);
    38293840ULONG APIENTRY DosTmrQueryTime (PQWORD pqwTmrTime);
     3841
     3842#ifndef INCL_NO16BIT
     3843USHORT APIENTRY DosQProcStatus(PVOID pvBuffer, USHORT cbBuffer);
     3844#endif
    38303845
    38313846#endif /* INCL_DOSPROFILE */
     
    1332013335/* -------------------------- Info Segments ------------------------------- */
    1332113336
    13322 #if defined(INCL_DOSINFOSEG)
     13337#if defined(INCL_DOSINFOSEG) && !defined(INCL_NO16BIT)
    1332313338
    1332413339#pragma pack(1)
     
    1340413419#endif
    1340513420
     13421
    1340613422#endif /* INCL_DOSINFOSEG */
    1340713423
Note: See TracChangeset for help on using the changeset viewer.