diff options
| author | Ray <[email protected]> | 2021-05-07 15:38:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-05-07 15:38:13 +0200 |
| commit | b62c86572e58c95e23c19d03e9b0bdacfa214f80 (patch) | |
| tree | dbffb580833b21fb37326c9e59a8fe104475eaf9 /examples/others | |
| parent | c82d9cb89a4aec4485441887f8b74fff06494be5 (diff) | |
| download | raylib-b62c86572e58c95e23c19d03e9b0bdacfa214f80.tar.gz raylib-b62c86572e58c95e23c19d03e9b0bdacfa214f80.zip | |
REVIEWED: raudio_standalone #1752
Diffstat (limited to 'examples/others')
| -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 |
