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:
kichik 2007-07-18 19:21:38 +00:00
parent 30d04c642b
commit 6133677dba
2 changed files with 5 additions and 27 deletions

View file

@ -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;