File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#ifdef __GNUC__
5
5
#define BUILD_ON_UNIX
6
+ // TODO(lukeis) add guard for gecko 27
7
+ // I tried a few things and couldn't find an option, mozilla-config.h defines MOZILLA_VERSION
8
+ // this file doesn't exist in gecko-17, so if we for whatever reason need to rebuild that version
9
+ // this line will need to be removed
10
+ #include "mozilla/Char16.h"
6
11
#else
7
12
#define BUILD_ON_WINDOWS
8
13
#endif
18
23
19
24
#endif
20
25
21
- // TODO(lukeis) add guard for gecko 27
22
- // I tried a few things and couldn't find an option, mozilla-config.h defines MOZILLA_VERSION
23
- // this file doesn't exist in gecko-17, so if we for whatever reason need to rebuild that version
24
- // this line will need to be removed
25
- #include "mozilla/Char16.h"
You can’t perform that action at this time.
0 commit comments