mirror of
https://github.com/electron/electron.git
synced 2026-01-24 06:48:15 -05:00
Only define ICU constants in release builds
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
|
||||
#include <io.h>
|
||||
|
||||
#if !defined(DEBUG)
|
||||
#define U_I18N_IMPLEMENTATION
|
||||
#define U_COMMON_IMPLEMENTATION
|
||||
#define U_COMBINED_IMPLEMENTATION
|
||||
#endif
|
||||
|
||||
#include "third_party/icu/source/common/unicode/ubidi.h"
|
||||
#include "third_party/icu/source/common/unicode/uchar.h"
|
||||
|
||||
Reference in New Issue
Block a user