complaint with recent versions of gcc
This commit is contained in:
parent
4f611e93ec
commit
c59349d91d
6
packages/PLStream/uxnt/uxnt.c
Normal file → Executable file
6
packages/PLStream/uxnt/uxnt.c
Normal file → Executable file
@ -26,9 +26,6 @@
|
|||||||
#define _UNICODE 1
|
#define _UNICODE 1
|
||||||
|
|
||||||
#define _UXNT_KERNEL 1
|
#define _UXNT_KERNEL 1
|
||||||
#include "uxnt.h" /* my prototypes */
|
|
||||||
#include "utf8.c"
|
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
@ -47,6 +44,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include "uxnt.h" /* my prototypes */
|
||||||
|
#include "utf8.c"
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d661852f76fe24441d983ef6f4e60ba90cfe17c4
|
Subproject commit 9f80255cce18ee268792631aa1180e19a496346f
|
Reference in New Issue
Block a user