Преглед на файлове

Try to fix MinGW compilation (EXTERN to nop)

This regression comes from Visual Studio patches.
Stéphane Raimbault преди 12 години
родител
ревизия
4d76d215c6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/modbus.h

+ 1 - 1
src/modbus.h

@@ -34,7 +34,7 @@
 
 #include "modbus-version.h"
 
-#if defined(_WIN32)
+#if defined(_MSC_VER)
 # if defined(DLLBUILD)
 /* define DLLBUILD when building the DLL */
 #  define EXPORT __declspec(dllexport)