Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
This commit is contained in:
parent
e5ab51dcba
commit
29fdbe9f98
|
@ -250,7 +250,7 @@ debug_channels (msvcrt)
|
|||
@ stub _fstati64 #(long ptr)
|
||||
@ cdecl _ftime(ptr) _ftime
|
||||
@ forward -noimport _ftol ntdll._ftol
|
||||
@ cdecl _fullpath(str str long) _fullpath
|
||||
@ cdecl _fullpath(ptr str long) _fullpath
|
||||
@ cdecl _futime(long ptr) _futime
|
||||
@ cdecl _gcvt( double long str) gcvt
|
||||
@ cdecl _get_osfhandle(long) _get_osfhandle
|
||||
|
|
|
@ -890,7 +890,7 @@ debug_channels (aspi atom cdrom console ddraw debug delayhlp dll dosfs dosmem
|
|||
@ cdecl _memicmp(str str long) _memicmp
|
||||
@ varargs _snprintf(ptr long ptr) snprintf
|
||||
@ varargs _snwprintf(wstr long wstr) _snwprintf
|
||||
@ cdecl _splitpath(str str str str str) _splitpath
|
||||
@ cdecl _splitpath(str ptr ptr ptr ptr) _splitpath
|
||||
@ cdecl _strcmpi(str str) strcasecmp
|
||||
@ cdecl _stricmp(str str) strcasecmp
|
||||
@ cdecl _strlwr(str) _strlwr
|
||||
|
|
Loading…
Reference in New Issue