diff options
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -990,6 +990,8 @@ const char *GetClipboardText(void) { #if defined(PLATFORM_DESKTOP) return glfwGetClipboardString(window); +#else + return NULL; #endif } |
![]() |
index : raylib | |
| A simple and easy-to-use library to enjoy videogames programming | realtradam |
| summaryrefslogtreecommitdiffhomepage |
| -rw-r--r-- | src/core.c | 2 |
@@ -990,6 +990,8 @@ const char *GetClipboardText(void) { #if defined(PLATFORM_DESKTOP) return glfwGetClipboardString(window); +#else + return NULL; #endif } |