Update mini_al.h
This commit is contained in:
parent
43b199d534
commit
c379e04628
1 changed files with 2 additions and 2 deletions
4
src/external/mini_al.h
vendored
4
src/external/mini_al.h
vendored
|
@ -2842,8 +2842,8 @@ typedef struct tagBITMAPINFOHEADER {
|
||||||
DWORD biClrImportant;
|
DWORD biClrImportant;
|
||||||
} BITMAPINFOHEADER, *PBITMAPINFOHEADER;
|
} BITMAPINFOHEADER, *PBITMAPINFOHEADER;
|
||||||
|
|
||||||
// @raysan5: Some required types defined for TinyC compiler
|
// @raysan5: Some required types defined for MSVC/TinyC compiler
|
||||||
#if defined(__TINYC__)
|
#if defined(_MSC_VER) || defined(__TINYC__)
|
||||||
#include "propidl.h"
|
#include "propidl.h"
|
||||||
#endif
|
#endif
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue