forked from TeamTofuShop/segatools
fix msvc build by removing ntstatus include from platform/system.c
This commit is contained in:
@ -1,11 +1,10 @@
|
|||||||
#include "platform/system.h"
|
#include "platform/system.h"
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ntstatus.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
#include "platform/vfs.h"
|
#include "platform/vfs.h"
|
||||||
#include "util/crc.h"
|
#include "util/crc.h"
|
||||||
|
Reference in New Issue
Block a user