Kaydet (Commit) f3d51af5 authored tarafından Thorsten Behrens's avatar Thorsten Behrens Kaydeden (comit) Fridrich Štrba

win32-vs2005-compat.diff: Fix build with Visual Studio 2005

üst e1e9d3b7
...@@ -68,8 +68,8 @@ static BOOL rebaseImage( const std::string& filePath, LPVOID address ) ...@@ -68,8 +68,8 @@ static BOOL rebaseImage( const std::string& filePath, LPVOID address )
ULONG_PTR lpNewImageBase = reinterpret_cast<ULONG_PTR>(address); ULONG_PTR lpNewImageBase = reinterpret_cast<ULONG_PTR>(address);
BOOL bResult = ReBaseImage( BOOL bResult = ReBaseImage(
filePath.c_str(), (PSTR)filePath.c_str(),
"", (PSTR)"",
TRUE, TRUE,
FALSE, FALSE,
FALSE, FALSE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment