mirror of
https://github.com/curl/curl.git
synced 2026-06-15 01:16:06 +03:00
server/util: drop redundant cast
This commit is contained in:
parent
7375d4993c
commit
6d11b4a535
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ static unsigned int WINAPI main_window_loop(void *lpParameter)
|
|||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||
(HWND)NULL, (HMENU)NULL,
|
||||
wc.hInstance, (LPVOID)NULL);
|
||||
wc.hInstance, NULL);
|
||||
if(!hidden_main_window) {
|
||||
win32_perror("CreateWindowEx failed");
|
||||
return (DWORD)-1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue