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:
Diffstat (limited to 'winsup/w32api/include/lmuseflg.h')
-rw-r--r--winsup/w32api/include/lmuseflg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/include/lmuseflg.h b/winsup/w32api/include/lmuseflg.h
new file mode 100644
index 000000000..7984b1969
--- /dev/null
+++ b/winsup/w32api/include/lmuseflg.h
@@ -0,0 +1,6 @@
+#ifndef _LMUSEFLG_H
+#define _LMUSEFLG_H
+#define USE_NOFORCE 0
+#define USE_FORCE 1
+#define USE_LOTS_OF_FORCE 2
+#endif