Disable linkage warning for WIN32

pull/5503/head
Kim Kulling 2024-04-20 21:53:57 +02:00 committed by GitHub
parent 235d240965
commit 64ba474d07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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__)