diff --git a/TitanEngine/TitanEngine.cpp b/TitanEngine/TitanEngine.cpp index aa06701..ccb2759 100644 --- a/TitanEngine/TitanEngine.cpp +++ b/TitanEngine/TitanEngine.cpp @@ -12444,7 +12444,7 @@ __declspec(dllexport) void* TITCALL InitDebug(char* szFileName, char* szCommandL } else { - return(false); + return NULL; } } __declspec(dllexport) void* TITCALL InitDebugW(wchar_t* szFileName, wchar_t* szCommandLine, wchar_t* szCurrentFolder) @@ -12533,7 +12533,7 @@ __declspec(dllexport) void* TITCALL InitDLLDebug(char* szFileName, bool ReserveM } else { - return(false); + return NULL; } } __declspec(dllexport) void* TITCALL InitDLLDebugW(wchar_t* szFileName, bool ReserveModuleBase, wchar_t* szCommandLine, wchar_t* szCurrentFolder, LPVOID EntryCallBack)