6d2ab9cc47
The current definitions wrongly assume the only 64-bit architecture is x86_64. Use the __ILP64__, __LP64__ and __LLP64__ to correctly define the size of a long and of pointer. The patch is needed for platforms such as ppc64, or s360x, otherwise you can see following warnings: warning: cast from pointer to integer of different size The patch is modification of debian downstream patch: http://anonscm.debian.org/cgit/collab-maint/freerdp.git/tree/debian/patches/1004_64-bit-architectures.patch Original author is Aurelien Jarno probably. https://github.com/FreeRDP/FreeRDP/issues/2520 |
||
---|---|---|
.. | ||
include | ||
libwinpr | ||
test | ||
tools | ||
.gitignore | ||
CMakeLists.txt | ||
winpr.pc.in | ||
WinPRConfig.cmake.in |