fixed portability

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4280 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-20 17:42:28 +00:00
parent 7c46651a0f
commit 64bdfbd620
3 changed files with 21 additions and 7 deletions

View file

@ -27,7 +27,7 @@
#include <windows.h>
#include "apply_patch.h"
#include "checksum.h"
#include "..\..\..\ExDLL\exdll.h"
#include "../../../ExDLL/exdll.h"
/* ------------------------ Plug-in code ------------------------- */