Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
8a3edf9b
Commit
8a3edf9b
authored
25 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
Fixed/commented out duplicate entry point names.
parent
5919ae42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/advapi32/advapi32.spec
+4
-2
4 additions, 2 deletions
dlls/advapi32/advapi32.spec
dlls/odbc32/odbc32.spec
+2
-2
2 additions, 2 deletions
dlls/odbc32/odbc32.spec
with
6 additions
and
4 deletions
dlls/advapi32/advapi32.spec
+
4
−
2
View file @
8a3edf9b
...
...
@@ -284,7 +284,8 @@ type win32
0280 stub LsaCreateTrustedDomain
0281 stub LsaOpenTrustedDomain
0282 stub LsaSetSecret
0283 stub LsaQuerySecret
# FIXME
##0283 stub LsaQuerySecret
0284 stub LsaCreateAccount
0285 stub LsaAddPrivilegesToAccount
0286 stub LsaRemovePrivilegesFromAccount
...
...
@@ -292,7 +293,8 @@ type win32
0288 stub LsaSetSystemAccessAccount
0289 stub LsaEnumeratePrivilegesOfAccount
0290 stub LsaEnumerateAccounts
0291 stub LsaOpenTrustedDomain
# FIXME
##0291 stub LsaOpenTrustedDomain
0292 stub LsaGetSystemAccessAccount
0293 stub LsaSetInformationTrustedDomain
0294 stub LsaEnumerateTrustedDomains
...
...
This diff is collapsed.
Click to expand it.
dlls/odbc32/odbc32.spec
+
2
−
2
View file @
8a3edf9b
...
...
@@ -122,7 +122,7 @@ init MAIN_OdbcInit
118 stub SQLGetInfoW
119 stub SQLGetTypeInfoW
120 stub SQLSetConnectOptionW
121 stub SQLSpecialColumns
A
121 stub SQLSpecialColumns
W
122 stub SQLStatisticsW
123 stub SQLTablesW
124 stub SQLBrowseConnectW
...
...
@@ -137,7 +137,7 @@ init MAIN_OdbcInit
133 stub SQLDriversW
134 stub SQLSetDescFieldW
135 stub SQLSetStmtAttrW
136 stub SQLColAttributes
W
136 stub SQLColAttributes
A
137 stub SQLConnectA
138 stub SQLDescribeColA
139 stub SQLErrorA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment