tool_parsecfg: Use correct return type for GetModuleFileName()
GetModuleFileName() returns a DWORD which is a typedef of an unsigned long and not an int. Closes #3980
parent
8c88e8e6
Please register or sign in to comment
GetModuleFileName() returns a DWORD which is a typedef of an unsigned long and not an int. Closes #3980