revert 0d7409a so additional error information prints in release builds
This commit is contained in:
@ -75,7 +75,6 @@ __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
|
||||
#define GetProcAddress (void *)GetProcAddress
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
static String format_error_message(DWORD id) {
|
||||
LPWSTR messageBuffer = nullptr;
|
||||
size_t size = FormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
|
||||
@ -87,7 +86,6 @@ static String format_error_message(DWORD id) {
|
||||
|
||||
return msg;
|
||||
}
|
||||
#endif // DEBUG_ENABLED
|
||||
|
||||
void RedirectIOToConsole() {
|
||||
int hConHandle;
|
||||
|
||||
Reference in New Issue
Block a user