Disable linkage warning for WIN32
parent
235d240965
commit
64ba474d07
|
@ -32,6 +32,7 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(_WIN32)
|
||||
# pragma warning disable 4273
|
||||
# define P2T_COMPILER_DLLEXPORT __declspec(dllexport)
|
||||
# define P2T_COMPILER_DLLIMPORT __declspec(dllimport)
|
||||
#elif defined(__GNUC__)
|
||||
|
|
Loading…
Reference in New Issue