diff options
Diffstat (limited to 'test/cdtest')
-rw-r--r-- | test/cdtest/cdtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cdtest/cdtest.c b/test/cdtest/cdtest.c index 1e6375b..536cfc2 100644 --- a/test/cdtest/cdtest.c +++ b/test/cdtest/cdtest.c @@ -229,7 +229,7 @@ void CDTestInit(void) if (use_contextplus) { -#ifdef USE_GDIPLUS +#ifdef USE_CONTEXTPLUS cdInitContextPlus(); #endif } |