зеркало из https://github.com/mozilla/gecko-dev.git
#include <libIDL/IDL.h> -> #include <IDL.h> on XP_MAC.
This commit is contained in:
Родитель
cdbb982652
Коммит
1bba2e4474
|
@ -30,7 +30,12 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
#include <libIDL/IDL.h>
|
||||
#else
|
||||
#include <IDL.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Internal operation flags.
|
||||
|
|
|
@ -30,7 +30,12 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
|
||||
#ifndef XP_MAC
|
||||
#include <libIDL/IDL.h>
|
||||
#else
|
||||
#include <IDL.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Internal operation flags.
|
||||
|
|
Загрузка…
Ссылка в новой задаче