scummvm/backends/platform
Orgad Shaneh e7a9bf203f BACKENDS: Fix MinGW warnings on GetProcAddress usages
Example:
../scummvm/backends/platform/sdl/win32/win32_wrapper.cpp:39:52: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'VerSetConditionMaskFunction' {aka 'long long unsigned int (*)(long long unsigned int, long unsigned int, unsigned char)'} [-Wcast-function-type]
   39 |  VerSetConditionMaskFunction verSetConditionMask = (VerSetConditionMaskFunction)GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "VerSetConditionMask");
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-03-31 02:13:07 +03:00
..
3ds 3DS: Rename the _3DS namespace 2021-02-15 02:58:15 +02:00
android ANDROID: Support multiple right click with one finger down 2021-03-28 20:59:39 +03:00
android3d ANDROID: Remove README.Android 2021-03-15 18:39:39 +02:00
androidsdl BACKENDS: Add init() to OSystem 2020-08-24 14:22:35 +02:00
dc BACKENDS: Sprinkle some overrides 2021-03-31 02:04:47 +03:00
dingux GPH/DINGUX: Remove downscaling support 2021-03-15 16:48:40 +02:00
ds DOCS: First draft DS page 2021-02-04 01:59:14 +01:00
gph BACKENDS: Add init() to OSystem 2020-08-24 14:22:35 +02:00
ios7 IOS7: Remove scaler code 2021-03-15 16:48:40 +02:00
iphone IPHONE: Make use of ModularMutexBackend 2020-11-09 19:12:33 +00:00
maemo BACKENDS: Use Common::U32String for OSystem::setWindowCaption 2020-11-22 17:20:19 +00:00
n64 BACKENDS: Sprinkle some overrides 2021-03-31 02:04:47 +03:00
null TEST: Simplify the use of the Null backend 2021-02-08 03:07:34 +02:00
openpandora BACKENDS: Add init() to OSystem 2020-08-24 14:22:35 +02:00
psp ALL: Mark link commands as make recursive 2021-01-17 21:53:15 +01:00
samsungtv BACKENDS: Add init() to OSystem 2020-08-24 14:22:35 +02:00
sdl BACKENDS: Fix MinGW warnings on GetProcAddress usages 2021-03-31 02:13:07 +03:00
symbian SYMBIAN: fix misspelled SYMBIAN_DYNAMIC_PLUGIN 2021-03-02 20:52:19 +00:00
wii BACKENDS: Use Common::U32String for OSystem::setWindowCaption 2020-11-22 17:20:19 +00:00