#include <libIDL/IDL.h> -> #include <IDL.h> on XP_MAC.

This commit is contained in:
beard%netscape.com 1999-04-11 00:09:14 +00:00
Родитель cdbb982652
Коммит 1bba2e4474
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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.