Update dll_symbol.h (#5781)

- fix compile switch
- closes https://github.com/assimp/assimp/issues/5777
pull/5774/head^2
Kim Kulling 2024-09-15 20:44:32 +02:00 committed by GitHub
parent 5c7acc968b
commit 66187a77cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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