Il 21/09/2015 09:01, Samuel Mehrbrodt ha scritto:
Hi,

I'm trying to get LibreOffice working with Emscripten[1].
Now we have some checks in the code like
|
if(defined(__GNUC__))...
|

I need to adapt these places with a check whether we are using Emscripten. Is
there some comparable macro set by Emscripten?

I think you are looking for __EMSCRIPTEN__

--
Riccardo Magliocchetti
@rmistaken

http://menodizero.it

--
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to