Fix cliopts on MinGW.org.
This commit is contained in:
parent
8d9f9f6ef5
commit
36c266b50b
|
@ -1,6 +1,7 @@
|
||||||
#include "cliopts.h"
|
#include "cliopts.h"
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#define __NO_MINGW_LFS //Mysterious error in MinGW.org stdio.h
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
struct PCCLIOptions gCLIOpts;
|
struct PCCLIOptions gCLIOpts;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <PR/ultratypes.h>
|
||||||
#include "sm64.h"
|
#include "sm64.h"
|
||||||
|
|
||||||
struct PCCLIOptions
|
struct PCCLIOptions
|
||||||
|
|
Loading…
Reference in New Issue