comparison Odbc/Plugins/IndexPlugin.cpp @ 333:fad7c6156923

fix pragma warning for msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 08:00:46 +0200
parents 674bbb9d1c83
children 16aac0287485
comparison
equal deleted inserted replaced
332:2592c0e9b724 333:fad7c6156923
27 27
28 #include <Logging.h> 28 #include <Logging.h>
29 29
30 30
31 #if defined(_WIN32) 31 #if defined(_WIN32)
32 # warning Strings have not been tested on Windows (UTF-16 issues ahead)! 32 # ifdef _MSC_VER
33 # pragma message("Warning: Strings have not been tested on Windows (UTF-16 issues ahead)!")
34 # else
35 # warning Strings have not been tested on Windows (UTF-16 issues ahead)!
36 # endif
33 # include <windows.h> 37 # include <windows.h>
34 #else 38 #else
35 # include <ltdl.h> 39 # include <ltdl.h>
36 # include <libltdl/lt_dlloader.h> 40 # include <libltdl/lt_dlloader.h>
37 #endif 41 #endif