Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio headers described in Issue #3879

This commit is contained in:
cheatfate
2016-02-18 18:17:01 +02:00
parent 2dd324632d
commit 901b7bdaf2

View File

@@ -14,6 +14,9 @@
import dynlib
when defined(vcc):
{.passC: "-DWIN32_LEAN_AND_MEAN".}
const
useWinUnicode* = not defined(useWinAnsi)