ソースを参照

build: work around a bug in the NaCl SDK C++ headers.

legacy
Sam Hocevar sam 11年前
コミット
f2560ff5b8
1個のファイルの変更7行の追加0行の削除
  1. +7
    -0
      src/core.h

+ 7
- 0
src/core.h ファイルの表示

@@ -78,6 +78,13 @@ static inline int isnan(float f)
}
#endif


/* XXX: workaround for a compilation bug in NaCl headers */
#if defined __native_client__
# define typeid(x) (*(type_info*)nullptr)
#endif


/* External declaration for LolFx files. */
#define LOLFX_RESOURCE_DECLARE(name) \
extern "C" char const *LOLFX_RESOURCE_NAME(name)


読み込み中…
キャンセル
保存