mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-07-18 16:52:40 -05: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…
Reference in New Issue
Block a user