commit | 3a0f8b7953d0c3b7a5552a229d1de7189ff80eb0 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Dec 01 20:48:41 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 01 20:48:41 2000 +0000 |
tree | f6d88629eada94d502e4fadddf84e13b15d35274 | |
parent | 1ec253d2052d43635231f46de259d8ca4c7381da [diff] [blame] |
Finished separation of shell32 and wsock32.
diff --git a/include/winbase.h b/include/winbase.h index 31a4738..5f10217 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -1894,6 +1894,12 @@ VOID WINAPI _EnterSysLevel(SYSLEVEL*); VOID WINAPI _LeaveSysLevel(SYSLEVEL*); + +/* Wine internal functions */ + +BOOL WINAPI wine_get_unix_file_name( LPCSTR dos, LPSTR buffer, DWORD len ); + + /* a few optimizations for i386/gcc */ #if defined(__i386__) && defined(__GNUC__)