wine
15 years agoinclude: Change unsigned long to ULONG in rpcdce.h for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 00:49:37 +0000 (01:49 +0100)] 
include: Change unsigned long to ULONG in rpcdce.h for Win64 compatibility.

Also fix the compiler warnings introduced by this change.

15 years agoinclude: Change RPC_STATUS from long to LONG for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 00:49:14 +0000 (01:49 +0100)] 
include: Change RPC_STATUS from long to LONG for Win64 compatibility.

Also fix the compiler warnings introduced by this change.

15 years agoappwiz.cpl: Add Romanian translation.
Michael Stefaniuc [Sun, 4 Jan 2009 00:47:25 +0000 (01:47 +0100)] 
appwiz.cpl: Add Romanian translation.

15 years agomshtml: Fix a dialog size for the Pt and Si translations.
Michael Stefaniuc [Sun, 4 Jan 2009 00:48:31 +0000 (01:48 +0100)] 
mshtml: Fix a dialog size for the Pt and Si translations.

15 years agomshtml: Add the Romanian translation.
Michael Stefaniuc [Sun, 4 Jan 2009 00:47:46 +0000 (01:47 +0100)] 
mshtml: Add the Romanian translation.

15 years agoddraw/tests: Remove superfluous casts.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:59 +0000 (01:46 +0100)] 
ddraw/tests: Remove superfluous casts.

15 years agoddraw/tests: Simplify a pointer increment.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:26 +0000 (01:46 +0100)] 
ddraw/tests: Simplify a pointer increment.

15 years agobrowseui: Remove superfluous casts from/to void pointers.
Michael Stefaniuc [Sun, 4 Jan 2009 00:46:07 +0000 (01:46 +0100)] 
browseui: Remove superfluous casts from/to void pointers.

15 years agodpnet: Remove superfluous casts.
Michael Stefaniuc [Sun, 4 Jan 2009 00:45:42 +0000 (01:45 +0100)] 
dpnet: Remove superfluous casts.

15 years agooleaut32: Implement IPropertyBag::Read proxying.
Michael Karcher [Sat, 3 Jan 2009 23:20:05 +0000 (00:20 +0100)] 
oleaut32: Implement IPropertyBag::Read proxying.

15 years agoole32: Add HICON user marshalling stubs.
Michael Karcher [Sat, 3 Jan 2009 23:21:43 +0000 (00:21 +0100)] 
ole32: Add HICON user marshalling stubs.

15 years agoloader: Fix build with gcc-4.3 and ssp.
Stefan Reimer [Fri, 2 Jan 2009 17:40:17 +0000 (18:40 +0100)] 
loader: Fix build with gcc-4.3 and ssp.

15 years agomshtml: Added IHTMLWindow2::get_location implementation.
Jacek Caban [Sat, 3 Jan 2009 16:45:47 +0000 (17:45 +0100)] 
mshtml: Added IHTMLWindow2::get_location implementation.

15 years agontdll/tests: Avoid long long printf formats in traces.
Alexandre Julliard [Sat, 3 Jan 2009 19:25:19 +0000 (20:25 +0100)] 
ntdll/tests: Avoid long long printf formats in traces.

15 years agomsvcrt/tests: Fix some printf formats for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:24:10 +0000 (20:24 +0100)] 
msvcrt/tests: Fix some printf formats for 64-bit.

15 years agomsvcrt/tests: Use unsigned int instead of size_t for the malloc tests.
Alexandre Julliard [Sat, 3 Jan 2009 19:23:06 +0000 (20:23 +0100)] 
msvcrt/tests: Use unsigned int instead of size_t for the malloc tests.

15 years agokernel32/tests: Use the correct SIZE_T type instead of unsigned long.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:43 +0000 (20:21 +0100)] 
kernel32/tests: Use the correct SIZE_T type instead of unsigned long.

15 years agokernel32/tests: Fix the NT header initialization for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:25 +0000 (20:21 +0100)] 
kernel32/tests: Fix the NT header initialization for 64-bit.

15 years agokernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.
Alexandre Julliard [Sat, 3 Jan 2009 19:21:01 +0000 (20:21 +0100)] 
kernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.

15 years agokernel32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:17:31 +0000 (20:17 +0100)] 
kernel32/tests: Fix pointer casting warnings on 64-bit.

15 years agouser32/tests: Fix some printf formats for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:16:33 +0000 (20:16 +0100)] 
user32/tests: Fix some printf formats for 64-bit.

15 years agouser32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:16:16 +0000 (20:16 +0100)] 
user32/tests: Fix pointer casting warnings on 64-bit.

15 years agowinmm/tests: Fix handle casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:25 +0000 (20:15 +0100)] 
winmm/tests: Fix handle casting warnings on 64-bit.

15 years agowldap32/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:13 +0000 (20:15 +0100)] 
wldap32/tests: Use ~0u instead of ~0ul for DWORD values.

15 years agowininet/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:06 +0000 (20:15 +0100)] 
wininet/tests: Use ~0u instead of ~0ul for DWORD values.

15 years agowinhttp/tests: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Sat, 3 Jan 2009 19:15:00 +0000 (20:15 +0100)] 
winhttp/tests: Use ~0u instead of ~0ul for DWORD values.

15 years agoshell32/tests: Fix handle casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:32 +0000 (20:14 +0100)] 
shell32/tests: Fix handle casting warnings on 64-bit.

15 years agoqedit/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:18 +0000 (20:14 +0100)] 
qedit/tests: Fix a pointer casting warning on 64-bit.

15 years agoole32/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:11 +0000 (20:14 +0100)] 
ole32/tests: Fix a pointer casting warning on 64-bit.

15 years agontdll/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:14:01 +0000 (20:14 +0100)] 
ntdll/tests: Fix pointer casting warnings on 64-bit.

15 years agomsi/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:45 +0000 (20:13 +0100)] 
msi/tests: Fix pointer casting warnings on 64-bit.

15 years agomlang/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:37 +0000 (20:13 +0100)] 
mlang/tests: Fix a pointer casting warning on 64-bit.

15 years agogdi32/tests: Fix a pointer casting warning on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:29 +0000 (20:13 +0100)] 
gdi32/tests: Fix a pointer casting warning on 64-bit.

15 years agocomctl32/tests: Fix pointer casting warnings on 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 19:13:20 +0000 (20:13 +0100)] 
comctl32/tests: Fix pointer casting warnings on 64-bit.

15 years agomsi/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:49 +0000 (20:12 +0100)] 
msi/tests: Add CDECL to the cabinet callback functions.

15 years agocabinet/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:39 +0000 (20:12 +0100)] 
cabinet/tests: Add CDECL to the cabinet callback functions.

15 years agoadvpack/tests: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Sat, 3 Jan 2009 19:12:26 +0000 (20:12 +0100)] 
advpack/tests: Add CDECL to the cabinet callback functions.

15 years agomsvcrt: Add missing __cdecl on some function pointers.
Alexandre Julliard [Sat, 3 Jan 2009 17:43:00 +0000 (18:43 +0100)] 
msvcrt: Add missing __cdecl on some function pointers.

15 years agodsound: Declare some variables static.
Andrew Talbot [Sat, 3 Jan 2009 12:53:41 +0000 (12:53 +0000)] 
dsound: Declare some variables static.

15 years agodpnet: Declare a function static.
Andrew Talbot [Sat, 3 Jan 2009 12:53:38 +0000 (12:53 +0000)] 
dpnet: Declare a function static.

15 years agodbghelp: Declare some functions static.
Andrew Talbot [Sat, 3 Jan 2009 12:53:34 +0000 (12:53 +0000)] 
dbghelp: Declare some functions static.

15 years agoinclude: Fix the EnumOverlayZOrders prototype.
Stefan Dösinger [Wed, 17 Dec 2008 16:47:24 +0000 (17:47 +0100)] 
include: Fix the EnumOverlayZOrders prototype.

15 years agoinclude: Fix a IDirectDrawSurface4 method prototype.
Stefan Dösinger [Wed, 17 Dec 2008 16:37:03 +0000 (17:37 +0100)] 
include: Fix a IDirectDrawSurface4 method prototype.

15 years agoinclude: Fix a typo in ddraw.h.
Stefan Dösinger [Tue, 16 Dec 2008 22:31:12 +0000 (23:31 +0100)] 
include: Fix a typo in ddraw.h.

15 years agoddraw: Reject IDirectDraw3 QI in ddraw.dll.
Stefan Dösinger [Tue, 16 Dec 2008 19:56:41 +0000 (20:56 +0100)] 
ddraw: Reject IDirectDraw3 QI in ddraw.dll.

15 years agoddraw: Add a test for IDirectDrawSurface::GetDC.
Stefan Dösinger [Mon, 15 Dec 2008 23:01:11 +0000 (00:01 +0100)] 
ddraw: Add a test for IDirectDrawSurface::GetDC.

15 years agontdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
Alexandre Julliard [Sat, 3 Jan 2009 13:54:11 +0000 (14:54 +0100)] 
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.

15 years agontdll/tests: Skip large integer tests that crash on 64-bit Vista.
Alexandre Julliard [Sat, 3 Jan 2009 13:52:58 +0000 (14:52 +0100)] 
ntdll/tests: Skip large integer tests that crash on 64-bit Vista.

15 years agoole32/tests: Add declarations which are not present in SDK headers.
Ge van Geldorp [Fri, 2 Jan 2009 20:10:38 +0000 (21:10 +0100)] 
ole32/tests: Add declarations which are not present in SDK headers.

15 years agoole32/tests: Work around broken Windows urlmon.dll.
Ge van Geldorp [Fri, 2 Jan 2009 20:14:45 +0000 (21:14 +0100)] 
ole32/tests: Work around broken Windows urlmon.dll.

15 years agompr: Fix a compiler warning on PowerPC.
Austin English [Sat, 3 Jan 2009 04:15:09 +0000 (22:15 -0600)] 
mpr: Fix a compiler warning on PowerPC.

15 years agontdll: Add file support for OpenBSD.
Austin English [Sat, 3 Jan 2009 01:54:45 +0000 (19:54 -0600)] 
ntdll: Add file support for OpenBSD.

15 years agokernel32: Add heap support for OpenBSD.
Austin English [Sat, 3 Jan 2009 01:50:04 +0000 (19:50 -0600)] 
kernel32: Add heap support for OpenBSD.

15 years agostart.exe: Don't use the NO_UI flag when invoked with /unix.
Vincent Povirk [Sat, 3 Jan 2009 00:25:13 +0000 (18:25 -0600)] 
start.exe: Don't use the NO_UI flag when invoked with /unix.

15 years agowidl: Add aliased types to the typelib for statements in the library block if the...
Rob Shearman [Fri, 2 Jan 2009 23:47:45 +0000 (23:47 +0000)] 
widl: Add aliased types to the typelib for statements in the library block if the typedef itself doesn't need to be added.

Otherwise, the order of types in the typelib will be wrong or types
will be missing.

15 years agowined3d: Make WARN about oversized texture output surface and texture sizes.
Vincent Pelletier [Fri, 2 Jan 2009 20:42:32 +0000 (21:42 +0100)] 
wined3d: Make WARN about oversized texture output surface and texture sizes.

15 years agowined3d: Convert textures to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Fri, 2 Jan 2009 15:19:12 +0000 (16:19 +0100)] 
wined3d: Convert textures to a bitmap in struct SAVEDSTATES.

15 years agowined3d: Handle WINED3DFVF_XYZW in get_flexible_vertex_size().
Henri Verbeet [Fri, 2 Jan 2009 15:19:12 +0000 (16:19 +0100)] 
wined3d: Handle WINED3DFVF_XYZW in get_flexible_vertex_size().

Spotted by Chris Robinson.

15 years agod3d: Fix the value of D3DFVF_POSITION_MASK.
Henri Verbeet [Fri, 2 Jan 2009 15:19:12 +0000 (16:19 +0100)] 
d3d: Fix the value of D3DFVF_POSITION_MASK.

15 years agowined3d: Don't bother with the GLSL info log if nobody's looking.
Henri Verbeet [Fri, 2 Jan 2009 15:19:12 +0000 (16:19 +0100)] 
wined3d: Don't bother with the GLSL info log if nobody's looking.

15 years agowined3d: Fix the line number for some fglrx spam.
Henri Verbeet [Fri, 2 Jan 2009 15:19:12 +0000 (16:19 +0100)] 
wined3d: Fix the line number for some fglrx spam.

We added a #version line a while ago, so the line number for the
warning changed.

15 years agorichedit: Fix unicode truncation on EM_GETLINE message.
Dylan Smith [Fri, 2 Jan 2009 18:56:49 +0000 (13:56 -0500)] 
richedit: Fix unicode truncation on EM_GETLINE message.

15 years agoxcopy.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.
Alexandre Julliard [Fri, 2 Jan 2009 21:01:16 +0000 (22:01 +0100)] 
xcopy.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.

15 years agocmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.
Alexandre Julliard [Fri, 2 Jan 2009 21:01:06 +0000 (22:01 +0100)] 
cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.

15 years agoreg.exe: Fix broken usage of va_list.
Alexandre Julliard [Fri, 2 Jan 2009 21:00:36 +0000 (22:00 +0100)] 
reg.exe: Fix broken usage of va_list.

15 years agomsvcrt: Convert the spawn and exec functions to use MS ABI varargs.
Alexandre Julliard [Fri, 2 Jan 2009 20:46:35 +0000 (21:46 +0100)] 
msvcrt: Convert the spawn and exec functions to use MS ABI varargs.

15 years agomsvcrt: Convert the open functions to use MS ABI varargs.
Alexandre Julliard [Fri, 2 Jan 2009 20:46:24 +0000 (21:46 +0100)] 
msvcrt: Convert the open functions to use MS ABI varargs.

15 years agomsvcrt: Convert all the scanf functions to use MS ABI varargs.
Alexandre Julliard [Fri, 2 Jan 2009 20:44:40 +0000 (21:44 +0100)] 
msvcrt: Convert all the scanf functions to use MS ABI varargs.

15 years agomsvcrt: Convert all the printf functions to use MS ABI varargs.
Alexandre Julliard [Fri, 2 Jan 2009 20:43:58 +0000 (21:43 +0100)] 
msvcrt: Convert all the printf functions to use MS ABI varargs.

15 years agomsvcrt: Fix formatting of pointers in printf.
Alexandre Julliard [Fri, 2 Jan 2009 20:33:33 +0000 (21:33 +0100)] 
msvcrt: Fix formatting of pointers in printf.

15 years agoserver: Replace EXCEPTION_RECORD by an explicit definition in debug events.
Alexandre Julliard [Fri, 2 Jan 2009 19:12:46 +0000 (20:12 +0100)] 
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.

15 years agoserver: Simplify the debug_event_t structure.
Alexandre Julliard [Fri, 2 Jan 2009 19:09:25 +0000 (20:09 +0100)] 
server: Simplify the debug_event_t structure.

15 years agoserver: Avoid crash on initialization of the thread creation debug event.
Alexandre Julliard [Fri, 2 Jan 2009 19:00:54 +0000 (20:00 +0100)] 
server: Avoid crash on initialization of the thread creation debug event.

15 years agoRelease 1.1.12. wine-1.1.12
Alexandre Julliard [Fri, 2 Jan 2009 16:24:09 +0000 (17:24 +0100)] 
Release 1.1.12.

15 years agoUpdate copyright info for 2009.
Alexandre Julliard [Fri, 2 Jan 2009 15:50:54 +0000 (16:50 +0100)] 
Update copyright info for 2009.

15 years agocrypt32: Updated Dutch translations.
Frans Kool [Fri, 2 Jan 2009 12:54:51 +0000 (13:54 +0100)] 
crypt32: Updated Dutch translations.

15 years agocomdlg32: Declare a function static.
Andrew Talbot [Fri, 2 Jan 2009 13:12:28 +0000 (13:12 +0000)] 
comdlg32: Declare a function static.

15 years agocomctl32: Declare some variables static.
Andrew Talbot [Fri, 2 Jan 2009 12:54:46 +0000 (12:54 +0000)] 
comctl32: Declare some variables static.

15 years agocabinet: Declare a function static.
Andrew Talbot [Fri, 2 Jan 2009 12:54:42 +0000 (12:54 +0000)] 
cabinet: Declare a function static.

15 years agowidl: Use is_string_type instead of is_attr(..., ATTR_STRING) for detecting strings.
Rob Shearman [Fri, 2 Jan 2009 12:14:50 +0000 (12:14 +0000)] 
widl: Use is_string_type instead of is_attr(..., ATTR_STRING) for detecting strings.

Detecting strings is a bit harder than just looking for the string
attribute, so make sure to use the function which has the purpose of
doing just that.

Fixes compilation of generated server/proxy code when a parameter has
both the [out] and [string] attributes.

15 years agoconfigure.ac: Fix test for libresolv on Mac OS 10.4.x.
Rob Shearman [Fri, 2 Jan 2009 12:12:06 +0000 (12:12 +0000)] 
configure.ac: Fix test for libresolv on Mac OS 10.4.x.

The resolv.h header file won't compile without netinet/in.h being
included first.

15 years agocomctl32: Add names for now documented toolbar messages.
Rob Shearman [Fri, 2 Jan 2009 12:14:30 +0000 (12:14 +0000)] 
comctl32: Add names for now documented toolbar messages.

15 years agowinecoreaudio: Remove some unnecessary text conversions by using snprintfW instead...
Rob Shearman [Fri, 2 Jan 2009 12:13:47 +0000 (12:13 +0000)] 
winecoreaudio: Remove some unnecessary text conversions by using snprintfW instead of snprintf.

Change the remaining text conversions to use the Unix CP as the
strings come from system library functions.

15 years agowinecoreaudio: Fix a redefinition warning.
Alexandre Julliard [Fri, 2 Jan 2009 12:54:49 +0000 (13:54 +0100)] 
winecoreaudio: Fix a redefinition warning.

15 years agomciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.
Christian Costa [Fri, 2 Jan 2009 11:17:10 +0000 (12:17 +0100)] 
mciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.

15 years agowidl: Recurse search for need of delegation.
Michael Karcher [Thu, 1 Jan 2009 10:25:39 +0000 (11:25 +0100)] 
widl: Recurse search for need of delegation.

If any ancestor of an interface needs delegation, the interface itself
has holes in the vtables and thus needs delegation, too.

15 years agodsound: Check for invalid parameter when locking primary and secondary buffers.
Jeff Zaroyko [Fri, 2 Jan 2009 06:39:10 +0000 (17:39 +1100)] 
dsound: Check for invalid parameter when locking primary and secondary buffers.

15 years agodsound: Check for invalid parameter when unlocking primary buffers.
Jeff Zaroyko [Fri, 2 Jan 2009 06:03:00 +0000 (17:03 +1100)] 
dsound: Check for invalid parameter when unlocking primary buffers.

15 years agowinex11: Factor out the 'alpha_zero' test and use it for legacy cursor support.
Andrew Riedi [Wed, 31 Dec 2008 01:41:17 +0000 (17:41 -0800)] 
winex11: Factor out the 'alpha_zero' test and use it for legacy cursor support.

15 years agocomctl32: Simplify fifteen functions by removing unused parameters.
Gerald Pfeifer [Thu, 1 Jan 2009 09:01:18 +0000 (10:01 +0100)] 
comctl32: Simplify fifteen functions by removing unused parameters.

15 years agodsound: Correct amount of buffers used for playing.
Maarten Lankhorst [Thu, 1 Jan 2009 12:24:53 +0000 (13:24 +0100)] 
dsound: Correct amount of buffers used for playing.

Fixes regression caused by ce06de420874b9983324508f8257a580fee341ca
Amount of time per buffer was doubled, but amount of buffers wasn't
halved, so latency was doubled.

15 years agokernel32/tests: Use the correct value for invalid heap sizes on 64-bit.
Alexandre Julliard [Fri, 2 Jan 2009 11:20:53 +0000 (12:20 +0100)] 
kernel32/tests: Use the correct value for invalid heap sizes on 64-bit.

15 years agoinclude: Fix a couple of winsock structures for 64-bit.
Alexandre Julliard [Fri, 2 Jan 2009 11:20:33 +0000 (12:20 +0100)] 
include: Fix a couple of winsock structures for 64-bit.

15 years agoinclude: Don't pack shellapi.h on 64-bit.
Alexandre Julliard [Fri, 2 Jan 2009 11:20:20 +0000 (12:20 +0100)] 
include: Don't pack shellapi.h on 64-bit.

15 years agoinclude: Add a missing [unique] to shobjidl.idl.
Michael Karcher [Thu, 1 Jan 2009 10:40:54 +0000 (11:40 +0100)] 
include: Add a missing [unique] to shobjidl.idl.

15 years agoinclude: Fix out string type from LPCSTR to LPSTR in shobjidl.idl.
Michael Karcher [Thu, 1 Jan 2009 10:40:13 +0000 (11:40 +0100)] 
include: Fix out string type from LPCSTR to LPSTR in shobjidl.idl.

15 years agoinclude: Add missing local attributes to shobjidl.idl.
Michael Karcher [Thu, 1 Jan 2009 10:40:04 +0000 (11:40 +0100)] 
include: Add missing local attributes to shobjidl.idl.

15 years agoxinput1_3: Added tests for XInputSetState.
Andrew Fenn [Thu, 1 Jan 2009 01:06:34 +0000 (08:06 +0700)] 
xinput1_3: Added tests for XInputSetState.

15 years agoxinput1_3: Added stub XInputSetState.
Andrew Fenn [Thu, 1 Jan 2009 01:05:16 +0000 (08:05 +0700)] 
xinput1_3: Added stub XInputSetState.

15 years agoadvapi32: Request the owner and group token size instead of hardcoding the value.
James Hawkins [Fri, 2 Jan 2009 07:20:54 +0000 (23:20 -0800)] 
advapi32: Request the owner and group token size instead of hardcoding the value.