]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Avoid re-defining uint32_t when using mingw compiler
authorGisle Vanem <gvanem@broadpark.no>
Sat, 9 Apr 2011 12:56:52 +0000 (12:56 +0000)
committerDavid Sommerseth <davids@redhat.com>
Fri, 15 Apr 2011 08:07:05 +0000 (10:07 +0200)
commitd1a24b6fe38e15e02e607a71161b3f3c8a7bbad7
tree00f432858d68f116086ca16631a6c28dd5993588
parent5ccb1c4ff042ef4df99845be339174a8664a7d6d
Avoid re-defining uint32_t when using mingw compiler

Since MingW for quite a long time (since 3.2 in 2008?) has defined
'uint32_t' etc. in it's <stdint.h>, we need to guard against defining
them again. Ideally we should figure out in what version of MingW
this happened. But for now:

Signed-off-by: Gisle Vanem <gvanem@broadpark.no>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
(cherry picked from commit 6a8270c29120473570ec6da4003226f36a4b71eb)
win/config.h.in