html fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8041 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
505e528997
commit
75e018c79f
4 changed files with 11 additions and 9 deletions
|
|
@ -250,6 +250,7 @@ SWIG parses ISO C/C++ so cannot deal with proprietary conventions such as <tt>__
|
|||
There is a Windows interface file, <tt>windows.i</tt>, to deal with these calling conventions though.
|
||||
The file also contains typemaps for handling commonly used Windows specific types such as <tt>__int64</tt>, <tt>BOOL</tt>, <tt>DWORD</tt> etc.
|
||||
Include it like you would any other interface file, for example:
|
||||
</p>
|
||||
|
||||
<div class="code"><pre>
|
||||
%include <windows.i>
|
||||
|
|
@ -257,7 +258,6 @@ Include it like you would any other interface file, for example:
|
|||
__declspec(dllexport) ULONG __stdcall foo(DWORD, __int32);
|
||||
</pre></div>
|
||||
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue