From b62c86572e58c95e23c19d03e9b0bdacfa214f80 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 7 May 2021 15:38:13 +0200 Subject: REVIEWED: raudio_standalone #1752 --- examples/others/raudio_standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/others') 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 -- cgit v1.2.3