Change __WIN32 to _WIN32

This commit is contained in:
FlightlessMango 2020-06-24 00:39:50 +02:00
parent 2c334a3726
commit 8bc64efa25

View File

@ -28,7 +28,7 @@ void getNvidiaGpuInfo(){
}
#endif
#endif
#ifdef __WIN32
#ifdef _WIN32
nvapi_util();
#endif
}
@ -96,7 +96,7 @@ void getAmdGpuInfo(){
gpu_info.powerUsage = value / 1000000;
}
#endif
#ifdef __WIN32
#ifdef _WIN32
query_adl();
#endif
}