Update VS2005 projects for re2c and zdoom

This commit is contained in:
Randy Heit 2016-02-08 21:27:02 -06:00
commit 4c2bcede61
5 changed files with 923 additions and 0 deletions

View file

@ -2,7 +2,11 @@
#include <stdio.h>
#include <string>
#if defined(_MSC_VER) && _MSC_VER < 1500
#include "config.msc.h"
#else
#include "config.h"
#endif
#include "src/conf/msg.h"
namespace re2c {

View file

@ -1,7 +1,11 @@
#ifndef _RE2C_UTIL_C99_STDINT_
#define _RE2C_UTIL_C99_STDINT_
#if defined(_MSC_VER) && _MSC_VER < 1500
#include "config.msc.h"
#else
#include "config.h"
#endif
#if HAVE_STDINT_H
# include <stdint.h>