Simple Directmedia Layer

fix typo from commit b84f150d0669592f

Changed files
+1 -1
src
hidapi
+1 -1
src/hidapi/SDL_hidapi.c
··· 1242 1242 return -1; 1243 1243 } 1244 1244 1245 - #if defined(HAVE_PLATFORM_BACKEND) && !defined(SDL_HIDAPI_DISABLED) 1245 + #if defined(SDL_PLATFORM_MACOS) && !defined(SDL_HIDAPI_DISABLED) 1246 1246 hid_darwin_set_open_exclusive(0); 1247 1247 #endif 1248 1248