get rid of some #ifdef _WIN32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5210 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
30d04c642b
commit
6133677dba
2 changed files with 5 additions and 27 deletions
|
@ -123,12 +123,8 @@ class CEXEBuild {
|
|||
char *curfilename;
|
||||
FILE *fp;
|
||||
|
||||
#ifdef _WIN32
|
||||
HWND notify_hwnd;
|
||||
void notify(notify_e code, const char *data) const;
|
||||
#else
|
||||
void notify(notify_e code, const char *data) const { }
|
||||
#endif
|
||||
|
||||
private:
|
||||
int check_write_output_errors() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue