소스 검색

Update export.h

blueloveTH 2 년 전
부모
커밋
3f5e3c3968
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      include/pocketpy/export.h

+ 5 - 0
include/pocketpy/export.h

@@ -32,3 +32,8 @@
     #define PK_SYS_PLATFORM     6
 #endif
 
+#if PK_SYS_PLATFORM == 0 || PK_SYS_PLATFORM == 3 || PK_SYS_PLATFORM == 5
+    #define PK_IS_DESKTOP_PLATFORM 1
+#else
+    #define PK_IS_DESKTOP_PLATFORM 0
+#endif