diff options
| author | Ray <[email protected]> | 2019-02-12 13:01:43 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-12 13:01:43 +0100 |
| commit | c379e04628c7181918d54ebcff144b9149c262f1 (patch) | |
| tree | ba98aee4d38eb26f4b5521d0048edbfccc4875c8 /src/external | |
| parent | 43b199d534f38bb6b3d222526b15100ece70ee14 (diff) | |
| download | raylib-c379e04628c7181918d54ebcff144b9149c262f1.tar.gz raylib-c379e04628c7181918d54ebcff144b9149c262f1.zip | |
Update mini_al.h
Diffstat (limited to 'src/external')
| -rw-r--r-- | src/external/mini_al.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/mini_al.h b/src/external/mini_al.h index 4444be6f..9916c3ef 100644 --- a/src/external/mini_al.h +++ b/src/external/mini_al.h @@ -2842,8 +2842,8 @@ typedef struct tagBITMAPINFOHEADER { DWORD biClrImportant; } BITMAPINFOHEADER, *PBITMAPINFOHEADER; -// @raysan5: Some required types defined for TinyC compiler -#if defined(__TINYC__) +// @raysan5: Some required types defined for MSVC/TinyC compiler +#if defined(_MSC_VER) || defined(__TINYC__) #include "propidl.h" #endif //---------------------------------------------------------------------------------- |
