Adding new ${__FILEDIR__} preprocessor define containing directory of current script

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6108 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-06-17 10:11:29 +00:00
parent ab8f90f99e
commit 4d19aaa9ab
3 changed files with 33 additions and 5 deletions

View file

@ -27,6 +27,8 @@
#include <windows.h>
#include <commctrl.h>
#include <shellapi.h>
#include <shlwapi.h>
#pragma comment(lib, "shlwapi.lib")
#include "tchar.h"
#else
# ifndef EXEHEAD