Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-08-30 06:09:30 +0400
committerChristopher Faylor <me@cgf.cx>2010-08-30 06:09:30 +0400
commit98edb049e44c1630efaf8635281af211ddad3684 (patch)
tree0e03d5dac3b0de07c40c992b69bb20896d394a1d /winsup/cygwin/winlean.h
parent92117cb21f54115367528220dbb85bed8d7b72b4 (diff)
add missing file
Diffstat (limited to 'winsup/cygwin/winlean.h')
-rw-r--r--winsup/cygwin/winlean.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h
new file mode 100644
index 000000000..836bc4d30
--- /dev/null
+++ b/winsup/cygwin/winlean.h
@@ -0,0 +1,30 @@
+/* winlean.h - Standard "lean" windows include
+
+ Copyright 2010 Red Hat, Inc.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
+#ifndef _WINLEAN_H
+#define _WINLEAN_H 1
+#define WIN32_LEAN_AND_MEAN 1
+#define _WINGDI_H
+#define _WINUSER_H
+#define _WINNLS_H
+#define _WINVER_H
+#define _WINNETWK_H
+#define _WINSVC_H
+#include <windows.h>
+#include <wincrypt.h>
+#include <lmcons.h>
+#include <ntdef.h>
+#undef _WINGDI_H
+#undef _WINUSER_H
+#undef _WINNLS_H
+#undef _WINVER_H
+#undef _WINNETWK_H
+#undef _WINSVC_H
+#endif /*_WINLEAN_H*/