Fix -Wundef with GCC 6.2.1 in wtypes.h
authorJakub Adam <jakub.adam@ktknet.cz>
Fri, 16 Dec 2016 11:15:53 +0000 (12:15 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Fri, 16 Dec 2016 12:27:39 +0000 (13:27 +0100)
commit831c3fb37423e89d8246352860e0867d7c4b6f63
tree6980829133dd728d5f771e29e4152fb8c881332e
parent2b9165466ddaff4629939819fd5a0b9977c9916b
Fix -Wundef with GCC 6.2.1 in wtypes.h

Undefined preprocessor macro in wtypes.h produces:

  warning: "__ILP64__" is not defined [-Wundef]

This causes unnecessary hassle to people who compile their FreeRDP-based
applications with -Werror.
winpr/include/winpr/wtypes.h.in