-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Type definitions for hook functions are a little bit inconsistent
Consider this to get rid ot the warning:
typedef int (WINAPI *TdefOldMessageBoxA)(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType);
typedef int (WINAPI *TdefOldMessageBoxW)(HWND hWnd, LPWSTR lpText, LPCWSTR lpCaption, UINT uType);
int WINAPI NewMessageBoxA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType);
int WINAPI NewMessageBoxW(HWND hWnd, LPWSTR lpText, LPCWSTR lpCaption, UINT uType);
Metadata
Metadata
Assignees
Labels
No labels