added NSISCALL to functions used in the stub (EXEHEAD)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3944 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7798a6ab61
commit
c345108cc0
4 changed files with 16 additions and 15 deletions
|
@ -414,9 +414,9 @@ extern Int32 BZ2_indexIntoF( Int32, Int32* );
|
|||
#endif//smallmode
|
||||
|
||||
/*-- externs for decompression. --*/
|
||||
extern Int32 BZ2_decompress ( DState* );
|
||||
extern Int32 NSISCALL BZ2_decompress ( DState* );
|
||||
|
||||
extern void BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
|
||||
extern void NSISCALL BZ2_hbCreateDecodeTables ( Int32*, Int32*, Int32*, UChar*,
|
||||
Int32, Int32, Int32 );
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue