[PATCH 1/8] acledit: fix ordinal ordering

Austin English austinenglish at gmail.com
Thu May 25 17:48:22 CDT 2017


Verified against Windows 10

Signed-off-by: Austin English <austinenglish at gmail.com>
---
 dlls/acledit/acledit.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/acledit/acledit.spec b/dlls/acledit/acledit.spec
index 73432908ff..8a9b634cf0 100644
--- a/dlls/acledit/acledit.spec
+++ b/dlls/acledit/acledit.spec
@@ -1,8 +1,8 @@
 1 stub EditAuditInfo
 2 stub EditOwnerInfo
 3 stub EditPermissionInfo
-4 stdcall -private DllMain(long long ptr)
-5 stdcall FMExtensionProcW(long long long)
+4 stdcall FMExtensionProcW(long long long)
+5 stdcall -private DllMain(long long ptr)
 6 stub SedDiscretionaryAclEditor
 7 stub SedSystemAclEditor
 8 stub SedTakeOwnership
-- 
2.13.0




More information about the wine-patches mailing list