blob: 3284755496b6642e099982e250e80c5a3cb72ae6 (
plain)
| 1
2
3
4
5
6
7
 | #if !defined(DIALOGS_H)
#define DIALOGS_H
INT_PTR CALLBACK WhatsAppAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
INT_PTR CALLBACK WhatsAppInputBoxProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
#endif
 |