Use the system angle brackets for %include

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-11-26 09:28:20 +00:00
commit cfdad24993
52 changed files with 132 additions and 134 deletions

View file

@ -4,7 +4,7 @@
* CSharp typemaps
* ----------------------------------------------------------------------------- */
%include "csharphead.swg"
%include <csharphead.swg>
/* The ctype, imtype and cstype typemaps work together and so there should be one of each.
* The ctype typemap contains the PInvoke type used in the PInvoke (C/C++) code.
@ -640,10 +640,10 @@ using System.Runtime.InteropServices;
%apply unsigned long { size_t };
/* csharp keywords */
%include "csharpkw.swg"
%include <csharpkw.swg>
// Default enum handling
%include "enums.swg"
%include <enums.swg>
/*
// Alternative char * typemaps.