Changeset 49


Ignore:
Timestamp:
May 7, 2023, 10:24:13 PM (2 years ago)
Author:
gyoung
Message:

Rem definitions that conflicted with header files.

Location:
trunk/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/c/c_common/helper.c

    r4 r49  
    223223 }
    224224
    225 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
     225/*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
    226226                                    ULONG *pObjNum,
    227227                                    ULONG BuffLen,
    228228                                    PCHAR pBuff,
    229229                                    ULONG *pOffset,
    230                                     PVOID Address );
     230                                    PVOID Address );*/
    231231
    232232 /* Get the HMODULE of the MM class DLL */
  • trunk/classes/idl/idl_image/wpimage.idl

    r2 r49  
    4141#include <somcls.idl>
    4242
    43 typedef LHANDLE   HPAL;        /* hpal */
     43//typedef LHANDLE   HPAL;        /* hpal */
    4444typedef HPAL *PHPAL;
    4545
Note: See TracChangeset for help on using the changeset viewer.