From 064ead253162b76825fb405a7e75f026ee7ff8fc Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 14 Nov 2005 22:34:57 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7851 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index e251f28b6..71428ab3c 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,12 @@ Version 1.3.28 (unreleased). =========================== +11/14/2005: wsfulton + More types added to windows.i, eg UINT8, WORD, BYTE etc. + Including windows.i will also enable SWIG to parse the __declspec Microsoft + extension, eg __declspec(dllimport). Also other Windows calling conventions + such as __stdcall. + 11/10/2005: wsfulton New library file for Windows - windows.i. This file will contain useful type information for users who include windows.h. Initial support is for the