No edit summary Tags: Mobile edit Mobile web edit |
→Windows: this expects a LPCWSTR instead of const char * |
||
Line 101:
====Windows====
<source lang="c">
HMODULE sdl_library = LoadLibrary(L"SDL.dll");
if (sdl_library == NULL) {
// report error ...
|