Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8847 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-02-19 22:16:56 +00:00
commit b06e1b642e
11 changed files with 25 additions and 30 deletions

View file

@ -15,6 +15,10 @@
#ifndef SWIGCORE_H_
#define SWIGCORE_H_
#ifndef MACSWIG
#include "swigconfig.h"
#endif
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@ -22,13 +26,6 @@
#ifdef __cplusplus
extern "C" {
#if 0
} /* cc-mode*/
#endif
#endif
#ifndef MACSWIG
#include "swigconfig.h"
#endif
#include "doh.h"
@ -560,9 +557,6 @@ extern void SwigType_template_init();
#ifdef __cplusplus
#if 0
{ /* cc-mode*/
#endif
}
#endif