mac: Initialize ICU in Node mode

This commit is contained in:
Cheng Zhao 2015-01-16 15:54:38 -08:00
parent ab9e1dd650
commit 51c03c3a71
4 changed files with 22 additions and 2 deletions

View file

@ -11,6 +11,9 @@
extern "C" {
__attribute__((visibility("default")))
int AtomMain(int argc, const char* argv[]);
__attribute__((visibility("default")))
void AtomInitializeICU();
}
#endif // OS_MACOSX