Update dll_symbol.h

Fix typo
pull/5503/head
Kim Kulling 2024-04-23 23:49:47 +02:00 committed by GitHub
parent 64ba474d07
commit 309541cb15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#pragma once
#if defined(_WIN32)
# pragma warning disable 4273
# pragma warning( disable: 4273)
# define P2T_COMPILER_DLLEXPORT __declspec(dllexport)
# define P2T_COMPILER_DLLIMPORT __declspec(dllimport)
#elif defined(__GNUC__)