Commit 4d7f5b60 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Two missing WINAPIs.

parent a4777098
...@@ -1536,7 +1536,7 @@ LRESULT WINAPI DefMDIChildProc32W( HWND32 hwnd, UINT32 message, ...@@ -1536,7 +1536,7 @@ LRESULT WINAPI DefMDIChildProc32W( HWND32 hwnd, UINT32 message,
* Success: Handle to created window * Success: Handle to created window
* Failure: NULL * Failure: NULL
*/ */
HWND32 CreateMDIWindow32A( HWND32 WINAPI CreateMDIWindow32A(
LPCSTR lpClassName, /* [in] Pointer to registered child class name */ LPCSTR lpClassName, /* [in] Pointer to registered child class name */
LPCSTR lpWindowName, /* [in] Pointer to window name */ LPCSTR lpWindowName, /* [in] Pointer to window name */
DWORD dwStyle, /* [in] Window style */ DWORD dwStyle, /* [in] Window style */
...@@ -1604,7 +1604,7 @@ HWND32 MDI_CreateMDIWindow32A( ...@@ -1604,7 +1604,7 @@ HWND32 MDI_CreateMDIWindow32A(
* Success: Handle to created window * Success: Handle to created window
* Failure: NULL * Failure: NULL
*/ */
HWND32 CreateMDIWindow32W( HWND32 WINAPI CreateMDIWindow32W(
LPCWSTR lpClassName, /* [in] Pointer to registered child class name */ LPCWSTR lpClassName, /* [in] Pointer to registered child class name */
LPCWSTR lpWindowName, /* [in] Pointer to window name */ LPCWSTR lpWindowName, /* [in] Pointer to window name */
DWORD dwStyle, /* [in] Window style */ DWORD dwStyle, /* [in] Window style */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment