Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
miki151 committed Oct 10, 2020
1 parent 08c434e commit 3b653aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack_printer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void setConsoleColor(int col) {

extern "C"
{
__declspec( dllexport ) uint32_t NvOptimusEnablement = 0x00000001;
__declspec( dllexport ) unsigned int NvOptimusEnablement = 0x00000001;
__declspec( dllexport ) int AmdPowerXpressRequestHighPerformance = 1;
}

Expand Down

0 comments on commit 3b653aa

Please sign in to comment.