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

REM out function redefinition and cast a variable the compiler didn't like.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/c/mediafldr/mediafolderoverridenwpclsmethods.cpp

    r2 r47  
    304304  WinReleasePS(hps);
    305305}
    306 APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
     306/*APIRET APIENTRY DosQueryModFromEIP( HMODULE *phMod,
    307307                                    ULONG *pObjNum,
    308308                                    ULONG BuffLen,
    309309                                    PCHAR pBuff,
    310310                                    ULONG *pOffset,
    311                                     PVOID Address );
     311                                    PVOID Address );*/
    312312
    313313/* This function returns the module handle of our class-dll */
     
    326326                           thePath,
    327327                           &ulOffset,
    328                            queryModuleHandle )!=NO_ERROR) {
     328                           (ULONG) queryModuleHandle )!=NO_ERROR) {
    329329      SysWriteToTrapLog("Can't get module handle for class DLL!\n");
    330330      hmod=0;
Note: See TracChangeset for help on using the changeset viewer.