Alexandre Julliard : winedos: Don' t disable long filename functions on NT versions.

Alexandre Julliard julliard at winehq.org
Mon May 12 07:12:22 CDT 2008


Module: wine
Branch: master
Commit: f8f8e7ef514a7de694801ab0e9085dee6e20157f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f8f8e7ef514a7de694801ab0e9085dee6e20157f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon May 12 11:44:19 2008 +0200

winedos: Don't disable long filename functions on NT versions.

---

 dlls/winedos/int21.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/winedos/int21.c b/dlls/winedos/int21.c
index 3b60719..33032d4 100644
--- a/dlls/winedos/int21.c
+++ b/dlls/winedos/int21.c
@@ -3055,14 +3055,6 @@ static void INT21_LongFilename( CONTEXT86 *context )
     WCHAR pathW[MAX_PATH];
     char* pathA;
 
-    if (HIBYTE(HIWORD(GetVersion16())) < 0x07)
-    {
-        TRACE( "LONG FILENAME - functions supported only under DOS7\n" );
-        SET_CFLAG( context );
-        SET_AL( context, 0 );
-        return;
-    }
-
     switch (AL_reg(context))
     {
     case 0x0d: /* RESET DRIVE */




More information about the wine-cvs mailing list