Updated #error message to reflect removal of DLLIMPORT

This commit is contained in:
Tom Lally 2022-08-28 10:40:02 +01:00
parent 71af6e54f4
commit 6ec0f16735

View file

@ -240,7 +240,7 @@ typedef union _LARGE_INTEGER {
#elif defined(__GNUC__) #elif defined(__GNUC__)
#define DLLEXPORT __attribute__((dllexport)) #define DLLEXPORT __attribute__((dllexport))
#else #else
#error No definition for DLLEXPORT and DLLIMPORT #error No definition for DLLEXPORT
#endif #endif