diff OrthancServer/Plugins/Engine/PluginsManager.cpp @ 5660:e4d9a872998f

replaced incorrect macro WIN32 by _WIN32
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Jun 2024 10:24:31 +0200
parents f7adfb22e20e
children
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/PluginsManager.cpp	Thu Jun 20 21:53:16 2024 +0200
+++ b/OrthancServer/Plugins/Engine/PluginsManager.cpp	Sun Jun 23 10:24:31 2024 +0200
@@ -37,7 +37,7 @@
 #include <memory>
 #include <boost/filesystem.hpp>
 
-#ifdef WIN32
+#ifdef _WIN32
 #define PLUGIN_EXTENSION ".dll"
 #elif defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__FreeBSD__) || defined(__OpenBSD__)
 #define PLUGIN_EXTENSION ".so"