Browse Source

Fixed preprocessor statement for OS specific includes

master
parent
commit
8f96a90ec3
  1. 2
      src/fs/fs.c

2
src/fs/fs.c

@ -16,7 +16,7 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
#include <stdint.h>
#include <stdio.h>
#if __WIN32__
#ifdef _WIN32
#include<sys/types.h>
#include<sys/stat.h>
#define stat _stat

Loading…
Cancel
Save