SECUR32: add stub implementation for GetComputerObjectName

Saulius Krasuckas saulius2 at ar.fi.lt
Mon Jul 12 06:26:58 CDT 2004


On Sun, 11 Jul 2004, Mike McCormack wrote:
> This is a stub implementation for GetComputerObjectName.  Hopefully it 
> gets Saulius a little bit further through his install.

Yes, it helps avoiding crash.  Thanks, Mike.

> This patch depends upon the header patch I just posted.

Yes but additionally we need to correct the spec-file too, I guess.  I did
it like this:

--- wine/dlls/secur32/secur32.spec      2 Mar 2004 04:57:35 -0000       1.1
+++ wine/dlls/secur32/secur32.spec      12 Jul 2004 10:52:11 -0000
@@ -20,8 +20,8 @@
 @ stdcall ExportSecurityContext(ptr long ptr ptr)
 @ stdcall FreeContextBuffer(ptr)
 @ stdcall FreeCredentialsHandle(ptr)
-@ stub GetComputerObjectNameA
-@ stub GetComputerObjectNameW
+@ stdcall GetComputerObjectNameA (long str ptr)
+@ stdcall GetComputerObjectNameW (long wstr ptr)
 @ stub GetSecurityUserInfo
 @ stub GetUserNameExA
 @ stub GetUserNameExW


and the app started working fine.  Waiting for an updated version.




More information about the wine-patches mailing list