Disable DLL Export Warnings (4251) #19

Merged
Pycorax merged 2 commits from DisableDllWarnings into main 2022-09-15 11:38:27 +08:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit c48a467e57 - Show all commits

View File

@ -47,6 +47,11 @@ project "SHADE_Application"
"%{IncludeDir.SDL}/lib",
}
disablewarnings
{
"4251"
}
warnings 'Extra'
filter "configurations:Debug"

View File

@ -63,6 +63,11 @@ project "SHADE_Engine"
"shlwapi"
}
disablewarnings
{
"4251"
}
defines
{
"_LIB",