mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix build for gcc
svn path=/trunk/; revision=58368
This commit is contained in:
parent
c2107a591d
commit
66b69bf6a1
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ StartupWindowThread(LPVOID lpParam)
|
||||||
if (!DuplicateHandle ( GetCurrentProcess(),
|
if (!DuplicateHandle ( GetCurrentProcess(),
|
||||||
msg->hDesktop,
|
msg->hDesktop,
|
||||||
GetCurrentProcess(),
|
GetCurrentProcess(),
|
||||||
&hDesk,
|
(HANDLE*)&hDesk,
|
||||||
0,
|
0,
|
||||||
FALSE,
|
FALSE,
|
||||||
DUPLICATE_SAME_ACCESS))
|
DUPLICATE_SAME_ACCESS))
|
||||||
|
|
Loading…
Reference in a new issue