diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake index 2b46a17..0542942 100644 --- a/src/config.h.cmake +++ b/src/config.h.cmake @@ -3,6 +3,9 @@ /* Define is you are building for Win32 API */ #cmakedefine BGDWIN32 +/* Define is you are building for Win32 API */ +#cmakedefine ENABLE_CPP_API + /* Whether to support gd image formats */ #cmakedefine01 ENABLE_GD_FORMATS |