Skip to content
Snippets Groups Projects
Commit 04de9be9 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Disable linker warning 4197 on Win64, that is caused by the fact that we export

symbols both using __declspec(dllexport) (via the PGDLLIMPORT macro) and using
full-dll-export. This works without warning on Win32, but not on Win64.

In passing, fix the fact that the framework could never deal with more than
one disbled linker warning - because MSVC wants commas between linker warnings,
and semicolons between compiler warnings...
parent ce92f8b4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment