diff options
| author | raysan5 <[email protected]> | 2017-12-24 16:12:52 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2017-12-24 16:12:52 +0100 |
| commit | e5744283432e712f163e30ee6999300f3c09b244 (patch) | |
| tree | 30a80c0a73425ecd00ded6a37f29dbabfc643d28 /src/core.c | |
| parent | f44dbf21cf4cb5e5f65be34c909192f03a5678c6 (diff) | |
| download | raylib-e5744283432e712f163e30ee6999300f3c09b244.tar.gz raylib-e5744283432e712f163e30ee6999300f3c09b244.zip | |
Some formatting tweaks
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ #include <string.h> // Required for: strrchr(), strcmp() //#include <errno.h> // Macros for reporting and retrieving error conditions through error codes -#ifdef _WIN32 +#if defined(_WIN32) #include <direct.h> // Required for: _getch(), _chdir() #define GETCWD _getcwd // NOTE: MSDN recommends not to use getcwd(), chdir() #define CHDIR _chdir |
