libclang: Mark clang_Cursor_isNull with CINDEX_LINKAGE to make it available on windows.

Patch by Timothy J Fontaine!

llvm-svn: 149533
This commit is contained in:
Benjamin Kramer 2012-02-01 20:37:28 +00:00
parent 38bacf3429
commit 72e6ce5aa9
1 changed files with 1 additions and 1 deletions

View File

@ -1984,7 +1984,7 @@ CINDEX_LINKAGE unsigned clang_equalCursors(CXCursor, CXCursor);
/**
* \brief Returns non-zero if \arg cursor is null.
*/
int clang_Cursor_isNull(CXCursor);
CINDEX_LINKAGE int clang_Cursor_isNull(CXCursor);
/**
* \brief Compute a hash value for the given cursor.