Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 14, 2016, 6:08:13 PM (8 years ago)
Author:
landauf
Message:

fixed code to compile in 64bit mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/SignalHandler.h

    r11071 r11115  
    120120
    121121            static std::string getModuleName(const std::string& path);
    122             static DWORD getModuleBase(DWORD dwAddress);
     122            static PVOID getModuleBase(LPCVOID dwAddress);
    123123
    124124            template <typename T>
Note: See TracChangeset for help on using the changeset viewer.