Update VS2005 projects for re2c and zdoom
This commit is contained in:
parent
a116c10574
commit
4c2bcede61
5 changed files with 923 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue