From 6ec0f167356bfb0de8d411eb503a3a82643e62ae Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Sun, 28 Aug 2022 10:40:02 +0100 Subject: [PATCH] Updated #error message to reflect removal of DLLIMPORT --- src/Common/precompiled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/precompiled.h b/src/Common/precompiled.h index a9635780..ec50da94 100644 --- a/src/Common/precompiled.h +++ b/src/Common/precompiled.h @@ -240,7 +240,7 @@ typedef union _LARGE_INTEGER { #elif defined(__GNUC__) #define DLLEXPORT __attribute__((dllexport)) #else - #error No definition for DLLEXPORT and DLLIMPORT + #error No definition for DLLEXPORT #endif