mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
fix mingw32 build
This commit is contained in:
parent
05d7ce9c18
commit
2728dc403a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ typedef short INT16;
|
|||
|
||||
/* MinGW basetsd.h defines INT32 - don't redefine it */
|
||||
#ifndef __WIN64
|
||||
#if !(defined __MINGW32__ && defined _BASETSD_H)
|
||||
#if !(defined __MINGW32__ && (defined _BASETSD_H || defined _BASETSD_H_))
|
||||
typedef long INT32;
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue