mirror of
https://github.com/reactos/CMake.git
synced 2024-12-01 15:30:40 +00:00
5c10514059
Drop out-of-place coverage of CheckFunctionExists module. The "printf" symbol is not available on VS 14 without including the <stdio.h> header to get a definition.
4 lines
122 B
C
4 lines
122 B
C
/* Check for size of types */
|
|
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
|
|
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
|