search for: lockservicedatabase

Displaying 3 results from an estimated 3 matches for "lockservicedatabase".

2008 May 10
2
Can't compile wine-1.0rc1
....o crypt_sha.o eventlog.o lsa.o registry.o security.o service.o svcctl_c.o version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4 ../../libs/port/libwine_port.a -L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib -Wl,-rpath-link,/test/alsa/lib32/lib service.o: In function LockServiceDatabase': service.c:(.text+0x1ad7): undefined reference to __wine_exception_handler' service.o: In function UnlockServiceDatabase': service.c:(.text+0x1c4e): undefined reference to __wine_exception_handler' service.o: In function SetServiceStatus': service.c:(.text+0x1e30): undefined re...
2008 Jul 25
0
Wine release 1.1.2
...are tokens, not table indices. kernel32: Add tests for GetPrivateProfileString. kernel32: Fix removing trailing spaces from lpDefault for GetPrivateProfileString. kernel32: Return the default value if lpKeyName is empty. services: Assign the service manager db to the lock in LockServiceDatabase. msi: Initialize the update function pointer when creating the control. kernel32: Don't get the profile string if the buffer length is zero. msi: Add more tests for MsiGetSourcePath. msi: Test getting the source path from a package with compressed files. msi: Test...
2008 Apr 04
0
Wine release 0.9.59
...lid client context handle is used. notepad: Remove the License and NO WARRANTY options from the Help->Information popup menu as the same information can now be viewed from the About dialog. services: Move SetServiceStatus and QueryServiceStatusEx to services.exe. services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe. services: Move ControlService and StartServiceW from advapi32.dll to services.exe. services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up. services...