mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update export.h
This commit is contained in:
parent
2153113240
commit
3f5e3c3968
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user