mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix problem with newer MinGW runtimes
This commit is contained in:
parent
dcafad2f73
commit
d436502fa4
2 changed files with 10 additions and 4 deletions
|
@ -23,6 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
See comments in porting.h
|
||||
*/
|
||||
|
||||
#include "porting.h"
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <mach-o/dyld.h>
|
||||
#include "CoreFoundation/CoreFoundation.h"
|
||||
|
@ -37,7 +39,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
||||
#include "porting.h"
|
||||
#include "config.h"
|
||||
#include "debug.h"
|
||||
#include "filesys.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue