変愚蛮怒のメインリポジトリです
Revision | aadbd4836cc023cec4c7e6815daacddfe917cf0f (tree) |
---|---|
Time | 2020-03-17 00:39:22 |
Author | shimitei <shimitei@gmai...> |
Commiter | shimitei |
add ifdef emscripten
@@ -152,6 +152,7 @@ | ||
152 | 152 | * or for the "Atari" platform which is Unix-like, apparently |
153 | 153 | */ |
154 | 154 | #if !defined(MACINTOSH) && !defined(WINDOWS) && \ |
155 | + !defined(__EMSCRIPTEN__) && \ | |
155 | 156 | !defined(ACORN) && !defined(VM) |
156 | 157 | # define SET_UID |
157 | 158 | #endif |
@@ -1727,7 +1727,7 @@ bool load_player(void) | ||
1727 | 1727 | if (!savefile[0]) return (TRUE); |
1728 | 1728 | |
1729 | 1729 | |
1730 | -#if !defined(MACINTOSH) && !defined(WINDOWS) | |
1730 | +#if !defined(MACINTOSH) && !defined(WINDOWS) && !defined(__EMSCRIPTEN__) | |
1731 | 1731 | |
1732 | 1732 | /* Fix this */ |
1733 | 1733 |