]> 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 <dazo@users.sourceforge.net>
Thu, 14 Apr 2011 21:31:43 +0000 (23:31 +0200)
commit6a8270c29120473570ec6da4003226f36a4b71eb
tree6363cb0059325ea028cfde367f429468fbeb9d55
parentcffcefac8f227fc75772eb5f531eafc7ab1593e5
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>
win/config.h.in