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
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