Fix/change some Windows define

This commit is contained in:
eray orçunus
2020-07-25 15:13:27 +03:00
parent b5b64ca351
commit 199d57b16c
4 changed files with 32 additions and 39 deletions

View File

@@ -68,9 +68,6 @@ extern "C"
{
#endif /* __cplusplus */
extern LRESULT CALLBACK
MainWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam);
#ifdef __DINPUT_INCLUDED__
HRESULT _InputInitialise();
HRESULT CapturePad(RwInt32 padID);