We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef8798 commit c6b9973Copy full SHA for c6b9973
sycl/source/detail/global_handler.cpp
@@ -14,7 +14,7 @@
14
#include <detail/program_manager/program_manager.hpp>
15
#include <detail/scheduler/scheduler.hpp>
16
17
-#ifdef WIN32
+#ifdef _WIN32
18
#include <windows.h>
19
#endif
20
@@ -115,7 +115,7 @@ GlobalHandler::getDeviceFilterList(const std::string &InitValue) {
115
116
void shutdown() { delete &GlobalHandler::instance(); }
117
118
119
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved) {
120
// Perform actions based on the reason for calling.
121
switch (fdwReason) {
0 commit comments