[Freeciv-Dev] #include <x11/*>
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi
If anyone adds a #include for an x-windows library to the common code
(/server, /common, /ai, /client, /client/include) please considar if it is
needed. If it is, please use the folowing format so that the mac code
doesn't break. The file I noticed the problem in is
client/include/mapctrl_g.h. If this file is not needed, please remove it
or make the requested change
#if !(defined(GENERATING68K) || defined(GENERATINGPPC)) /* x-windows */
#include <X11/Intrinsic.h>
#endif /* end x-windows */
This pratice would make things easier for me with the mac port.
Andy Black
- [Freeciv-Dev] #include <x11/*>,
Andy Black <=
|
|