Changeset 11115 for code/trunk/src/libraries/util/SignalHandler.h
- Timestamp:
- Feb 14, 2016, 6:08:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/SignalHandler.h
r11071 r11115 120 120 121 121 static std::string getModuleName(const std::string& path); 122 static DWORD getModuleBase(DWORD dwAddress);122 static PVOID getModuleBase(LPCVOID dwAddress); 123 123 124 124 template <typename T>
Note: See TracChangeset
for help on using the changeset viewer.