Author: Armin Rigo <ar...@tunes.org>
Branch: cffi-1.0
Changeset: r2036:7597ea7dd9b6
Date: 2015-05-17 14:26 +0200
http://bitbucket.org/cffi/cffi/changeset/7597ea7dd9b6/

Log:    Mention this

diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
--- a/doc/source/cdef.rst
+++ b/doc/source/cdef.rst
@@ -489,6 +489,9 @@
 
 * Thread-local variables (access them via getter/setter functions)
 
+* Function pointers with non-default calling conventions (e.g. on
+  Windows, "stdcall").
+
 Note that since version 0.8, declarations like ``int field[];`` in
 structures are interpreted as variable-length structures.  Declarations
 like ``int field[...];`` on the other hand are arrays whose length is
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to