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:
authorEarnie Boyd <earnie@users.sf.net>2001-02-22 00:44:59 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-02-22 00:44:59 +0300
commitc7193585d3b923462f862d02fe373f42b615a494 (patch)
treedd20d94056ef521e3bbe692a2e4c52861f7fcaf4 /winsup/w32api/include/w32api.h
parent0b0a9f40872a274fb46f6e60566614ace735f2ac (diff)
* include/w32api.h: (_W32API_VERSION): Remove.
(__W32API_VERSION): Add. (__W32API_MAJOR_VERSION): Ditto. (__W32API_MINOR_VERSION): Ditto.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r--winsup/w32api/include/w32api.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index 3e0631ad7..5be261164 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -1,6 +1,8 @@
#ifndef _W32API_H_
#define _W32API_H_
-#define _W32API_VERSION 0.4
+#define __W32API_VERSION 0.5
+#define __W32API_MAJOR_VERSION 0
+#define __W32API_MINOR_VERSION 5
#endif /* ndef _W32API_H_ */