mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Changes '\' to '/' to enable x-compiling on linux.
svn path=/trunk/; revision=3792
This commit is contained in:
@@ -101,7 +101,7 @@ typedef float *PFLOAT;
|
||||
typedef unsigned short *PWCH;
|
||||
typedef unsigned short *PWORD;
|
||||
|
||||
#include <msvcrt\crttypes.h> // for definition of LONGLONG, PLONGLONG etc
|
||||
#include <msvcrt/crttypes.h> // for definition of LONGLONG, PLONGLONG etc
|
||||
|
||||
typedef const void *LPCVOID;
|
||||
typedef BYTE *LPBYTE, *PBYTE;
|
||||
|
||||
Reference in New Issue
Block a user