Fixed broken duplicate define.

This commit is contained in:
Armin Novak 2016-01-12 16:38:53 +01:00
parent c3ce0c3b09
commit a9e3368d44
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
/* Set by CMake during configuration. */
#define WINPR_HAVE_STDINT_H @HAVE_STDINT_H@
/* Set by CMake during configuration. */
#define WINPR_HAVE_STDINT_H @HAVE_STDBOOL_H@
#define WINPR_HAVE_STDBOOL_H @HAVE_STDBOOL_H@
/* MSDN: Windows Data Types - http://msdn.microsoft.com/en-us/library/aa383751/ */
/* [MS-DTYP]: Windows Data Types - http://msdn.microsoft.com/en-us/library/cc230273/ */