mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-26 19:56:30 +00:00
windows: dos2unix'd messagebox code, and (hopefully) fixed on MingW.
This commit is contained in:
parent
a749035f10
commit
6a1cfccef8
|
@ -495,7 +495,7 @@ WIN_ShowOldMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
||||||
/* TaskDialogIndirect procedure
|
/* TaskDialogIndirect procedure
|
||||||
* This is because SDL targets Windows XP (0x501), so this is not defined in the platform SDK.
|
* This is because SDL targets Windows XP (0x501), so this is not defined in the platform SDK.
|
||||||
*/
|
*/
|
||||||
typedef HRESULT(FAR WINAPI *TASKDIALOGINDIRECTPROC)(_In_ const TASKDIALOGCONFIG *pTaskConfig, _Out_opt_ int *pnButton, _Out_opt_ int *pnRadioButton, _Out_opt_ BOOL *pfVerificationFlagChecked);
|
typedef HRESULT(FAR WINAPI *TASKDIALOGINDIRECTPROC)(const TASKDIALOGCONFIG *pTaskConfig, int *pnButton, int *pnRadioButton, BOOL *pfVerificationFlagChecked);
|
||||||
|
|
||||||
int
|
int
|
||||||
WIN_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
WIN_ShowMessageBox(const SDL_MessageBoxData *messageboxdata, int *buttonid)
|
||||||
|
|
Loading…
Reference in a new issue