Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
45eb72da
Commit
45eb72da
authored
Aug 26, 2015
by
Martin Storsjo
Committed by
Alexandre Julliard
Aug 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-crt-filesystem-l1-1-0: Add stub dll.
parent
e4527602
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
70 additions
and
0 deletions
+70
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-crt-filesystem-l1-1-0/Makefile.in
+1
-0
api-ms-win-crt-filesystem-l1-1-0.spec
...t-filesystem-l1-1-0/api-ms-win-crt-filesystem-l1-1-0.spec
+65
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
45eb72da
...
...
@@ -918,6 +918,7 @@ enable_api_ms_win_core_xstate_l2_1_0
enable_api_ms_win_crt_conio_l1_1_0
enable_api_ms_win_crt_convert_l1_1_0
enable_api_ms_win_crt_environment_l1_1_0
enable_api_ms_win_crt_filesystem_l1_1_0
enable_api_ms_win_downlevel_advapi32_l1_1_0
enable_api_ms_win_downlevel_advapi32_l2_1_0
enable_api_ms_win_downlevel_normaliz_l1_1_0
...
...
@@ -17161,6 +17162,7 @@ wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l
wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
...
...
configure.ac
View file @
45eb72da
...
...
@@ -2758,6 +2758,7 @@ WINE_CONFIG_DLL(api-ms-win-core-xstate-l2-1-0)
WINE_CONFIG_DLL(api-ms-win-crt-conio-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-crt-convert-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-crt-environment-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-crt-filesystem-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
...
...
dlls/api-ms-win-crt-filesystem-l1-1-0/Makefile.in
0 → 100644
View file @
45eb72da
MODULE
=
api-ms-win-crt-filesystem-l1-1-0.dll
dlls/api-ms-win-crt-filesystem-l1-1-0/api-ms-win-crt-filesystem-l1-1-0.spec
0 → 100644
View file @
45eb72da
@ cdecl _access(str long) ucrtbase._access
@ cdecl _access_s(str long) ucrtbase._access_s
@ cdecl _chdir(str) ucrtbase._chdir
@ cdecl _chdrive(long) ucrtbase._chdrive
@ cdecl _chmod(str long) ucrtbase._chmod
@ cdecl _findclose(long) ucrtbase._findclose
@ cdecl _findfirst32(str ptr) ucrtbase._findfirst32
@ stub _findfirst32i64
@ cdecl _findfirst64(str ptr) ucrtbase._findfirst64
@ cdecl _findfirst64i32(str ptr) ucrtbase._findfirst64i32
@ cdecl _findnext32(long ptr) ucrtbase._findnext32
@ stub _findnext32i64
@ cdecl _findnext64(long ptr) ucrtbase._findnext64
@ cdecl _findnext64i32(long ptr) ucrtbase._findnext64i32
@ cdecl _fstat32(long ptr) ucrtbase._fstat32
@ stub _fstat32i64
@ cdecl _fstat64(long ptr) ucrtbase._fstat64
@ cdecl _fstat64i32(long ptr) ucrtbase._fstat64i32
@ cdecl _fullpath(ptr str long) ucrtbase._fullpath
@ cdecl _getdiskfree(long ptr) ucrtbase._getdiskfree
@ cdecl _getdrive() ucrtbase._getdrive
@ cdecl _getdrives() ucrtbase._getdrives
@ cdecl _lock_file(ptr) ucrtbase._lock_file
@ cdecl _makepath(ptr str str str str) ucrtbase._makepath
@ cdecl _makepath_s(ptr long str str str str) ucrtbase._makepath_s
@ cdecl _mkdir(str) ucrtbase._mkdir
@ cdecl _rmdir(str) ucrtbase._rmdir
@ cdecl _splitpath(str ptr ptr ptr ptr) ucrtbase._splitpath
@ cdecl _splitpath_s(str ptr long ptr long ptr long ptr long) ucrtbase._splitpath_s
@ cdecl _stat32(str ptr) ucrtbase._stat32
@ cdecl _stat32i64(str ptr) ucrtbase._stat32i64
@ cdecl _stat64(str ptr) ucrtbase._stat64
@ cdecl _stat64i32(str ptr) ucrtbase._stat64i32
@ cdecl _umask(long) ucrtbase._umask
@ stub _umask_s
@ cdecl _unlink(str) ucrtbase._unlink
@ cdecl _unlock_file(ptr) ucrtbase._unlock_file
@ cdecl _waccess(wstr long) ucrtbase._waccess
@ cdecl _waccess_s(wstr long) ucrtbase._waccess_s
@ cdecl _wchdir(wstr) ucrtbase._wchdir
@ cdecl _wchmod(wstr long) ucrtbase._wchmod
@ cdecl _wfindfirst32(wstr ptr) ucrtbase._wfindfirst32
@ stub _wfindfirst32i64
@ cdecl _wfindfirst64(wstr ptr) ucrtbase._wfindfirst64
@ cdecl _wfindfirst64i32(wstr ptr) ucrtbase._wfindfirst64i32
@ stub _wfindnext32
@ stub _wfindnext32i64
@ cdecl _wfindnext64(long ptr) ucrtbase._wfindnext64
@ cdecl _wfindnext64i32(long ptr) ucrtbase._wfindnext64i32
@ cdecl _wfullpath(ptr wstr long) ucrtbase._wfullpath
@ cdecl _wmakepath(ptr wstr wstr wstr wstr) ucrtbase._wmakepath
@ cdecl _wmakepath_s(ptr long wstr wstr wstr wstr) ucrtbase._wmakepath_s
@ cdecl _wmkdir(wstr) ucrtbase._wmkdir
@ cdecl _wremove(wstr) ucrtbase._wremove
@ cdecl _wrename(wstr wstr) ucrtbase._wrename
@ cdecl _wrmdir(wstr) ucrtbase._wrmdir
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) ucrtbase._wsplitpath
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) ucrtbase._wsplitpath_s
@ cdecl _wstat32(wstr ptr) ucrtbase._wstat32
@ cdecl _wstat32i64(wstr ptr) ucrtbase._wstat32i64
@ cdecl _wstat64(wstr ptr) ucrtbase._wstat64
@ cdecl _wstat64i32(wstr ptr) ucrtbase._wstat64i32
@ cdecl _wunlink(wstr) ucrtbase._wunlink
@ cdecl remove(str) ucrtbase.remove
@ cdecl rename(str str) ucrtbase.rename
tools/make_specfiles
View file @
45eb72da
...
...
@@ -54,6 +54,7 @@ my @dll_groups =
"api-ms-win-crt-conio-l1-1-0"
,
"api-ms-win-crt-convert-l1-1-0"
,
"api-ms-win-crt-environment-l1-1-0"
,
"api-ms-win-crt-filesystem-l1-1-0"
,
],
[
"msvcp120"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment