Explorar el Código

Update mini_al.h

pull/755/head
Ray hace 7 años
padre
commit
c379e04628
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/external/mini_al.h

+ 2
- 2
src/external/mini_al.h Ver fichero

@ -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
//----------------------------------------------------------------------------------

Cargando…
Cancelar
Guardar