Merge branch 'master' into pichas/fix_build_no_valid_proc

pull/5774/head
Kim Kulling 2024-09-15 21:05:11 +02:00 committed by GitHub
commit bec4d527ab
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)