зеркало из https://github.com/mozilla/pjs.git
move #include of DefinesMac.h up a few lines to pick up the correct TARGET_CARBON define there.
This commit is contained in:
Родитель
938bcd3357
Коммит
378ea45300
|
@ -16,11 +16,14 @@
|
||||||
* Reserved.
|
* Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* must be first in order to correctly pick up TARGET_CARBON define before
|
||||||
|
* it is set in ConditionalMacros.h */
|
||||||
|
#include "DefinesMac.h"
|
||||||
|
|
||||||
#include <Types.h>
|
#include <Types.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "IDE_Options.h"
|
#include "IDE_Options.h"
|
||||||
#include "DefinesMac.h"
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче