tweak to not upset KDevelop semantic analysis

develop
Petr Mrázek 2009-10-04 22:32:31 +00:00
parent 8e72f2af0e
commit 80240a8719
6 changed files with 18 additions and 7 deletions

@ -22,7 +22,9 @@ must not be misrepresented as being the original software.
distribution. distribution.
*/ */
#define BUILD_DFHACK_LIB #ifndef BUILD_DFHACK_LIB
# define BUILD_DFHACK_LIB
#endif
#include "DFCommon.h" #include "DFCommon.h"

@ -22,7 +22,9 @@ must not be misrepresented as being the original software.
distribution. distribution.
*/ */
#define BUILD_DFHACK_LIB #ifndef BUILD_DFHACK_LIB
# define BUILD_DFHACK_LIB
#endif
#include "DFCommon.h" #include "DFCommon.h"
#include "DFVector.h" #include "DFVector.h"

@ -22,7 +22,9 @@ must not be misrepresented as being the original software.
distribution. distribution.
*/ */
#define BUILD_DFHACK_LIB #ifndef BUILD_DFHACK_LIB
# define BUILD_DFHACK_LIB
#endif
#include "DFCommon.h" #include "DFCommon.h"
#include "DFMemInfo.h" #include "DFMemInfo.h"

@ -22,7 +22,9 @@ must not be misrepresented as being the original software.
distribution. distribution.
*/ */
#define BUILD_DFHACK_LIB #ifndef BUILD_DFHACK_LIB
# define BUILD_DFHACK_LIB
#endif
#include "DFCommon.h" #include "DFCommon.h"
#ifdef LINUX_BUILD #ifdef LINUX_BUILD

@ -22,7 +22,9 @@ must not be misrepresented as being the original software.
distribution. distribution.
*/ */
#define BUILD_DFHACK_LIB #ifndef BUILD_DFHACK_LIB
# define BUILD_DFHACK_LIB
#endif
#include "DFCommon.h" #include "DFCommon.h"

@ -21,8 +21,9 @@ must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source 3. This notice may not be removed or altered from any source
distribution. distribution.
*/ */
#ifndef BUILD_DFHACK_LIB
#define BUILD_DFHACK_LIB # define BUILD_DFHACK_LIB
#endif
#include "DFTileTypes.h" #include "DFTileTypes.h"