mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-03-04 00:52:48 +01:00
fix msvc build by removing ntstatus include from platform/system.c
This commit is contained in:
parent
a57542c2d2
commit
3371f3f437
@ -1,11 +1,10 @@
|
||||
#include "platform/system.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#include <ntstatus.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "platform/vfs.h"
|
||||
#include "util/crc.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user