aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/image.h')
-rw-r--r--include/gwin/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gwin/image.h b/include/gwin/image.h
index 00b6bf30..eae196e9 100644
--- a/include/gwin/image.h
+++ b/include/gwin/image.h
@@ -69,7 +69,7 @@ GHandle gwinImageCreate(GImageObject *widget, GWindowInit *pInit);
*/
bool_t gwinImageOpenMemory(GHandle gh, const void* memory);
-#if defined(WIN32) || GFX_USE_OS_WIN32 || GFX_USE_OS_POSIX || defined(__DOXYGEN__)
+#if defined(WIN32) || GFX_USE_OS_WIN32 || GFX_USE_OS_LINUX || GFX_USE_OS_OSX || defined(__DOXYGEN__)
/**
* @brief Sets the input routines that support reading the image from a file
* @return TRUE if the IO open function succeeds