[runtime] Disable VS warnings C4273 (inconsistent dll linkage), and C4005 (macro...
authorZoltan Varga <vargaz@gmail.com>
Tue, 16 Sep 2014 03:30:40 +0000 (23:30 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 16 Sep 2014 03:30:40 +0000 (23:30 -0400)
commit80b14d356ffd8fc8a46d74eb7b6428082519f59c
tree868d1e4565e8166ea0caa4cdb67a84312967315b
parent557390ee4600ed375a3f303d33ded29e0b3e5c6f
[runtime] Disable VS warnings C4273 (inconsistent dll linkage), and C4005 (macro redefinition). The former occurs becase we mark exported function declarations using MONO_API, but not the definitions. The latter occurs because we define _WINSOCKAPI_.
msvc/mono.props