mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Fix include statements using '\' deliminator
This commit is contained in:
parent
d0be4f81bb
commit
22ab0c6d37
@ -31,7 +31,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys\stat.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
extern bool Debug_NT;
|
||||
extern bool Debug_print_block = false;
|
||||
|
@ -147,7 +147,7 @@
|
||||
#include "pserror.h"
|
||||
#include "mem.h"
|
||||
#include <stdarg.h>
|
||||
#include <sys\stat.h>
|
||||
#include <sys/stat.h>
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include <afxtempl.h>
|
||||
#include <sys\stat.h>
|
||||
#include <sys/stat.h>
|
||||
#include "HogEdit.h"
|
||||
|
||||
#include "hogfile.h"
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include <io.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <sys\stat.h>
|
||||
#include <sys\utime.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/utime.h>
|
||||
|
||||
//#include "mvlfile.h" //for old D2 movie libraries
|
||||
#include "hogfile.h" //new D3 hogs
|
||||
|
Loading…
Reference in New Issue
Block a user