From c379e04628c7181918d54ebcff144b9149c262f1 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 12 Feb 2019 13:01:43 +0100 Subject: [PATCH] Update mini_al.h --- src/external/mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external/mini_al.h b/src/external/mini_al.h index 4444be6f9..9916c3ef6 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 //----------------------------------------------------------------------------------