mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Changes '\' to '/' to enable x-compiling on linux.
svn path=/trunk/; revision=3792
This commit is contained in:
parent
a38f0cad21
commit
8d09bf7839
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue