Nui
core.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef __EMSCRIPTEN__
4 # define NUI_FRONTEND
5 #else
6 # define NUI_BACKEND
7 #endif
8 
9 #ifndef __EMSCRIPTEN__
10 # ifdef EMSCRIPTEN_KEEPALIVE
11 # undef EMSCRIPTEN_KEEPALIVE
12 # endif
13 # define EMSCRIPTEN_KEEPALIVE
14 #endif