mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 04:31:15 +00:00
Rename FILE_[EXEC|OPEN] due to conflict
Some MinGW versions already define it.
This commit is contained in:
parent
4740b5b2be
commit
7d5c0e1fd7
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ typedef enum {
|
|||
} dlStatus_t;
|
||||
|
||||
typedef enum {
|
||||
FILE_EXEC,
|
||||
FILE_OPEN
|
||||
DL_FILE_EXEC,
|
||||
DL_FILE_OPEN
|
||||
} dlMime_t;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue