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.
|
||||
*/
|
||||
|
||||
/* 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 <stdlib.h>
|
||||
|
||||
#include "IDE_Options.h"
|
||||
#include "DefinesMac.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче