Uniform SYS/VXD Handling 3/6: Export FILE_GetNtStatus

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sun Jul 10 09:23:29 CDT 2005


       Changelog:
       wine/include/winternl.h, wine/dlls/ntdll/ntdll.spec:
       Export FILE_GetNtStatus

Probably FILE_GetNtStatus() should be replaced by someting like
wine_errno_to_ntstatus to be consistant with the other winespecific ntdll
exports.

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/include/winternl.h
===================================================================
RCS file: /home/wine/wine/include/winternl.h,v
retrieving revision 1.156
diff -u -r1.156 winternl.h
--- wine/include/winternl.h	7 Jul 2005 11:27:17 -0000	1.156
+++ wine/include/winternl.h	9 Jul 2005 22:43:55 -0000
@@ -2163,6 +2163,7 @@
 
 extern NTSTATUS wine_nt_to_unix_file_name( const UNICODE_STRING *nameW, ANSI_STRING *unix_name_ret,
                                            UINT disposition, BOOLEAN check_case );
+extern NTSTATUS FILE_GetNtStatus();
 
 /***********************************************************************
  * Inline functions
Index: wine/dlls/ntdll/ntdll.spec
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/ntdll.spec,v
retrieving revision 1.191
diff -u -r1.191 ntdll.spec
--- wine/dlls/ntdll/ntdll.spec	27 Jun 2005 11:12:11 -0000	1.191
+++ wine/dlls/ntdll/ntdll.spec	9 Jul 2005 22:43:58 -0000
@@ -1038,6 +1038,7 @@
 # Filesystem
 @ cdecl wine_nt_to_unix_file_name(ptr ptr long long)
 @ cdecl __wine_init_windows_dir(wstr wstr)
+@ cdecl FILE_GetNtStatus()
 
 ################################################################
 # Wine dll separation hacks, these will go away, don't use them



More information about the wine-patches mailing list