fix msvc build by removing ntstatus include from platform/system.c
parent
a57542c2d2
commit
3371f3f437
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue