mirror of https://github.com/FreeRDP/FreeRDP
Fixed broken duplicate define.
This commit is contained in:
parent
c3ce0c3b09
commit
a9e3368d44
|
@ -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/ */
|
||||
|
|
Loading…
Reference in New Issue