1
0
Эх сурвалжийг харах

Added NaCl to SDL_GetPlatform()

Sam Lantinga 10 жил өмнө
parent
commit
80e401ab08
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/SDL.c

+ 2 - 0
src/SDL.c

@@ -421,6 +421,8 @@ SDL_GetPlatform()
     return "MacOS Classic";
 #elif __MACOSX__
     return "Mac OS X";
+#elif __NACL__
+    return "NaCl";
 #elif __NETBSD__
     return "NetBSD";
 #elif __OPENBSD__