summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 4f1bbc871..fac12b33f 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -74,7 +74,7 @@ return __res;
extern "C" DWORD WINAPI GetLastError (void);
/* Used for runtime OS check/decisions. */
-enum os_type {winNT = 1, win95, win98, win32s, unknown};
+enum os_type {winNT = 1, win95, win98, winME, win32s, unknown};
extern os_type os_being_run;
/* Used to check if Cygwin DLL is dynamically loaded. */