New exec plugin (broke)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@920 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-04 19:46:49 +00:00
parent 8dcb0e237f
commit a659c508b1
6 changed files with 378 additions and 0 deletions

4
Contrib/nsExec/nsexec.h Normal file
View file

@ -0,0 +1,4 @@
#ifndef nsexec_h
#define nsexec_h
#include "nsis.h"
#endif