From b37ad7f1bf0d8ce716349e287eaf1526b068cb07 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 25 Jan 2000 13:15:35 +0000 Subject: [PATCH] * new constants to compile dos unit again --- rtl/win32/win32.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rtl/win32/win32.inc b/rtl/win32/win32.inc index 0434f95495..3d51eba34f 100644 --- a/rtl/win32/win32.inc +++ b/rtl/win32/win32.inc @@ -47,6 +47,9 @@ const FILE_CURRENT = 1; FILE_END = 2; + VER_PLATFORM_WIN32s = 0; + VER_PLATFORM_WIN32_WINDOWS = 1; + VER_PLATFORM_WIN32_NT = 2; type {UINT = longint; BOOL = longint; obsolete } @@ -106,7 +109,10 @@ type { $Log$ - Revision 1.9 2000-01-07 16:41:53 daniel + Revision 1.10 2000-01-25 13:15:35 florian + * new constants to compile dos unit again + + Revision 1.9 2000/01/07 16:41:53 daniel * copyright 2000 Revision 1.8 1999/01/29 09:24:48 pierre @@ -115,4 +121,4 @@ type Revision 1.7 1998/06/10 10:39:18 peter * working w32 rtl -} +} \ No newline at end of file