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
f34fd257
Commit
f34fd257
authored
Mar 28, 2016
by
Austin English
Committed by
Alexandre Julliard
Mar 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfc: Document ordinal only exports.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5989664e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
15 deletions
+33
-15
sfc.spec
dlls/sfc/sfc.spec
+12
-9
sfc_main.c
dlls/sfc/sfc_main.c
+0
-6
sfc_os.c
dlls/sfc_os/sfc_os.c
+6
-0
sfc_os.spec
dlls/sfc_os/sfc_os.spec
+15
-0
No files found.
dlls/sfc/sfc.spec
View file @
f34fd257
1 stub @
1 stub @ # sfc_os.SfcInitProt
2 stub @
2 stub @ # sfc_os.SfcTerminateWatcherThread
3 stdcall @(long) SFC_3
3 stdcall @(long) sfc_os.SfcConnectToServer
4 stub @
4 stub @ # sfc_os.SfcClose
5 stub @
5 stub @ # sfc_os.SfcFileException
6 stub @
6 stub @ # sfc_os.SfcInitiateScan
7 stub @
7 stub @ # sfc_os.SfcInstallProtectedFiles
8 stub @
8 stub @ # sfc_os.SfpInstallCatalog
9 stub @
9 stub @ # SfpDeleteCatalog
@ stub SRSetRestorePoint
@ stub SRSetRestorePointA
@ stub SRSetRestorePointW
@ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcGetNextProtectedFile(long ptr) sfc_os.SfcGetNextProtectedFile
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcIsFileProtected(ptr wstr) sfc_os.SfcIsFileProtected
@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected
@ stdcall SfcIsKeyProtected(long wstr long) sfc_os.SfcIsKeyProtected
...
...
dlls/sfc/sfc_main.c
View file @
f34fd257
...
@@ -52,9 +52,3 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
...
@@ -52,9 +52,3 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
}
return
TRUE
;
return
TRUE
;
}
}
DWORD
WINAPI
SFC_3
(
DWORD
unknown
)
{
FIXME
(
"%x
\n
"
,
unknown
);
return
0
;
}
dlls/sfc_os/sfc_os.c
View file @
f34fd257
...
@@ -132,3 +132,9 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired)
...
@@ -132,3 +132,9 @@ BOOL WINAPI SfcIsKeyProtected(HKEY hKey, LPCWSTR lpSubKey, REGSAM samDesired)
SetLastError
(
ERROR_FILE_NOT_FOUND
);
SetLastError
(
ERROR_FILE_NOT_FOUND
);
return
FALSE
;
return
FALSE
;
}
}
DWORD
WINAPI
SfcConnectToServer
(
DWORD
unknown
)
{
FIXME
(
"%x
\n
"
,
unknown
);
return
0
;
}
dlls/sfc_os/sfc_os.spec
View file @
f34fd257
@ stub BeginFileMapEnumeration
@ stub CloseFileMapEnumeration
@ stub GetNextFileMapContent
@ stub SRSetRestorePointA
@ stub SRSetRestorePointW
@ stub SfcClose
@ stdcall SfcConnectToServer(long)
@ stub SfcFileException
@ stdcall SfcGetNextProtectedFile(long ptr)
@ stdcall SfcGetNextProtectedFile(long ptr)
@ stub SfcInitProt
@ stub SfcInitiateScan
@ stub SfcInstallProtectedFiles
@ stdcall SfcIsFileProtected(ptr wstr)
@ stdcall SfcIsFileProtected(ptr wstr)
@ stdcall SfcIsKeyProtected(long wstr long)
@ stdcall SfcIsKeyProtected(long wstr long)
@ stub SfcTerminateWatcherThread
@ stub SfpDeleteCatalog
@ stub SfpInstallCatalog
@ stub SfpVerifyFile
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