oops.
This commit is contained in:
parent
6731c77ee2
commit
1ca62f42d0
|
@ -15,7 +15,7 @@ enum
|
||||||
__SIGFLUSH = -2,
|
__SIGFLUSH = -2,
|
||||||
__SIGSTRACE = -1,
|
__SIGSTRACE = -1,
|
||||||
__SIGUNUSED = 0,
|
__SIGUNUSED = 0,
|
||||||
__SIGOFFSET = 3
|
__SIGOFFSET = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PSIZE 63
|
#define PSIZE 63
|
||||||
|
|
|
@ -10,8 +10,9 @@ This software is a copyrighted work licensed under the terms of the
|
||||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#include "winsup.h"
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
|
#include "winsup.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/mount.h>
|
#include <sys/mount.h>
|
||||||
|
|
Loading…
Reference in New Issue