mirror of https://github.com/sm64pc/sm64pc.git
Fix cliopts on MinGW.org.
This commit is contained in:
parent
753be9e1b7
commit
072025d243
|
@ -1,6 +1,7 @@
|
|||
#include "cliopts.h"
|
||||
#include <strings.h>
|
||||
#include <stdlib.h>
|
||||
#define __NO_MINGW_LFS //Mysterious error in MinGW.org stdio.h
|
||||
#include <stdio.h>
|
||||
|
||||
struct PCCLIOptions gCLIOpts;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <PR/ultratypes.h>
|
||||
#include "sm64.h"
|
||||
|
||||
struct PCCLIOptions
|
||||
|
|
Loading…
Reference in New Issue