変愚蛮怒のメインリポジトリです
修訂 | 7fe3f7fe8f1e19dfc5866cce5de68ac8cd785966 (tree) |
---|---|
時間 | 2020-03-19 19:35:14 |
作者 | shimitei <shimitei@gmai...> |
Commiter | shimitei |
Revert "add ifdef emscripten"
This reverts commit aadbd4836cc023cec4c7e6815daacddfe917cf0f.
@@ -152,7 +152,6 @@ | ||
152 | 152 | * or for the "Atari" platform which is Unix-like, apparently |
153 | 153 | */ |
154 | 154 | #if !defined(MACINTOSH) && !defined(WINDOWS) && \ |
155 | - !defined(__EMSCRIPTEN__) && \ | |
156 | 155 | !defined(ACORN) && !defined(VM) |
157 | 156 | # define SET_UID |
158 | 157 | #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) && !defined(__EMSCRIPTEN__) | |
1730 | +#if !defined(MACINTOSH) && !defined(WINDOWS) | |
1731 | 1731 | |
1732 | 1732 | /* Fix this */ |
1733 | 1733 |