Fix cliopts on MinGW.org.

This commit is contained in:
yksoft1 2020-05-17 19:01:13 +08:00
parent 753be9e1b7
commit 072025d243
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,3 +1,4 @@
#include <PR/ultratypes.h>
#include "sm64.h"
struct PCCLIOptions