diff options
Diffstat (limited to 'examples/others/raudio_standalone.c')
| -rw-r--r-- | examples/others/raudio_standalone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/raudio_standalone.c b/examples/others/raudio_standalone.c index 2c2636f6..db543aca 100644 --- a/examples/others/raudio_standalone.c +++ b/examples/others/raudio_standalone.c @@ -61,7 +61,7 @@ //---------------------------------------------------------------------------------- // Module Functions Declaration //---------------------------------------------------------------------------------- -#if !defined(_MSC_VER) +#if !defined(_WIN32) static int kbhit(void); // Check if a key has been pressed static char getch(); // Get pressed character #else |
