1
0
forked from 0ad/0ad

types.h => lib/types.h (avoid name collision)

This was SVN commit r1937.
This commit is contained in:
janwas 2005-02-26 15:15:36 +00:00
parent 91d330d040
commit 157f77887c
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#include "precompiled.h"
#include "types.h"
#include "lib/types.h"
#include "lib.h"
#include <assert.h>

View File

@ -21,7 +21,7 @@
#include <assert.h>
#include "config.h"
#include "types.h"
#include "lib/types.h"
#include "sysdep/sysdep.h"

View File

@ -30,7 +30,7 @@
#ifndef MMGR_H__
#define MMGR_H__
#include "types.h"
#include "lib/types.h"
//

View File

@ -9,7 +9,7 @@
// this policy yields the best compile performance with or without PCH.
#include "config.h"
#include "types.h"
#include "lib/types.h"
#ifdef _MSC_VER
#pragma warning(disable:4996) // function is deprecated