Fix the .h as well
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7217 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
006c3c0e29
commit
9036705c53
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class CEXEBuild {
|
|||
#else
|
||||
typedef bool (*HOSTAPIREQUESTDATAPROC)(void*cookie);
|
||||
#endif
|
||||
bool hostapi_request_data(MakensisAPI::datatransfer_e operation, UINT minver, HOSTAPIREQUESTDATAPROC proc, void*cookie, const void* input, UINT inputsize) const;
|
||||
bool hostapi_request_data(MakensisAPI::datatransfer_e operation, UINT minver, HOSTAPIREQUESTDATAPROC proc, void*cookie, const void* input, size_t inputsize) const;
|
||||
bool prompt_for_output_path(TCHAR*path, UINT pathcap) const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue