diff options
Diffstat (limited to 'asdcplib/src/KM_platform.h')
| -rw-r--r-- | asdcplib/src/KM_platform.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/asdcplib/src/KM_platform.h b/asdcplib/src/KM_platform.h index 4216bc2f..266c01ae 100644 --- a/asdcplib/src/KM_platform.h +++ b/asdcplib/src/KM_platform.h @@ -51,10 +51,10 @@ WINUSERAPI LRESULT
WINAPI
SendMessage(
- __in HWND hWnd,
- __in UINT Msg,
- __in WPARAM wParam,
- __in LPARAM lParam)
+ HWND hWnd,
+ UINT Msg,
+ WPARAM wParam,
+ LPARAM lParam)
{
return SendMessageW(hWnd, Msg, wParam, lParam);
}
@@ -64,10 +64,10 @@ WINUSERAPI LRESULT
WINAPI
SendMessage(
- __in HWND hWnd,
- __in UINT Msg,
- __in WPARAM wParam,
- __in LPARAM lParam)
+ HWND hWnd,
+ UINT Msg,
+ WPARAM wParam,
+ LPARAM lParam)
{
return SendMessageA(hWnd, Msg, wParam, lParam);
}
|
