mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
Fix cabman build breakage, when compiling it on Windows hosts with GCC
(this is true, other tested build configurations did not make any problems :-P) svn path=/trunk/; revision=28396
This commit is contained in:
parent
3f2d0a1c8d
commit
64e01f1c3a
1 changed files with 4 additions and 1 deletions
|
@ -16,13 +16,16 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <typedefs64.h>
|
#include <typedefs64.h>
|
||||||
typedef unsigned short USHORT, *PUSHORT;
|
typedef unsigned short USHORT, *PUSHORT;
|
||||||
#define _W64
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifndef MAX_PATH
|
#ifndef MAX_PATH
|
||||||
#define MAX_PATH 260
|
#define MAX_PATH 260
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _W64
|
||||||
|
#define _W64
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue