System plugin

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1130 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-21 20:59:13 +00:00
parent 1fb8b94a22
commit 88956798f1
15 changed files with 1143 additions and 0 deletions

3
Contrib/System/Buffers.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
extern HANDLE GlobalCopy(HANDLE Old);