Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #19 from waywardmonkeys/ifdef_EMSCRIPTEN
Use __EMSCRIPTEN__ and not EMSCRIPTEN.
  • Loading branch information
lukewagner committed May 6, 2016
2 parents 57eb6ee + 2510b28 commit 243c9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unpack.cpp
Expand Up @@ -10,7 +10,7 @@
#include <cstdio>
#include <cmath>

#ifdef EMSCRIPTEN
#ifdef __EMSCRIPTEN__
# include <emscripten.h>
#endif

Expand Down

0 comments on commit 243c9bb

Please sign in to comment.