[PATCH] acledit: Add a stub for FMExtensionProcW

Detlef Riekenberg wine.dev at web.de
Sat Oct 27 12:59:16 CDT 2007


---
 dlls/acledit/acledit.spec |    2 +-
 dlls/acledit/main.c       |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/dlls/acledit/acledit.spec b/dlls/acledit/acledit.spec
index e33cc59..e1a30a1 100644
--- a/dlls/acledit/acledit.spec
+++ b/dlls/acledit/acledit.spec
@@ -2,7 +2,7 @@
 2 stub EditOwnerInfo
 3 stub EditPermissionInfo
 4 stdcall DllMain(long long ptr)
-5 stub FMExtensionProcW
+5 stdcall FMExtensionProcW(long long long)
 6 stub SedDiscretionaryAclEditor
 7 stub SedSystemAclEditor
 8 stub SedTakeOwnership
diff --git a/dlls/acledit/main.c b/dlls/acledit/main.c
index 7dd374c..831656f 100644
--- a/dlls/acledit/main.c
+++ b/dlls/acledit/main.c
@@ -46,3 +46,16 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, 
     }
     return TRUE;
 }
+
+/***********************************************************************
+ *  FMExtensionProcW (acledit.@)
+ *
+ */
+
+LONG WINAPI FMExtensionProcW(HWND hWnd, WORD wEvent, LONG lParam)
+{
+    FIXME("%p, %d, 0x%x) stub\n", hWnd, wEvent, lParam);
+    return 0;
+
+}
+
-- 
1.4.1


--=-QisGWDQlgBX839nrrFU/--




More information about the wine-patches mailing list