summaryrefslogtreecommitdiffhomepage
path: root/examples/others
diff options
context:
space:
mode:
authorRay <[email protected]>2021-05-07 15:38:13 +0200
committerRay <[email protected]>2021-05-07 15:38:13 +0200
commitb62c86572e58c95e23c19d03e9b0bdacfa214f80 (patch)
treedbffb580833b21fb37326c9e59a8fe104475eaf9 /examples/others
parentc82d9cb89a4aec4485441887f8b74fff06494be5 (diff)
downloadraylib-b62c86572e58c95e23c19d03e9b0bdacfa214f80.tar.gz
raylib-b62c86572e58c95e23c19d03e9b0bdacfa214f80.zip
REVIEWED: raudio_standalone #1752
Diffstat (limited to 'examples/others')
-rw-r--r--examples/others/raudio_standalone.c2
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