file locations

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2559 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-05-21 21:24:16 +00:00
parent c53403304c
commit 0f5f8557e2
2 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include "..\..\ExDLL\exdll.h"
#include "..\ExDLL\exdll.h"
int DoPatch(HANDLE hPatch, HANDLE hSource, HANDLE hDest);
void strcopy(char *tgt, const char *src);