Source files to Source directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1513 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a174dda1f7
commit
66ae44c5ac
14 changed files with 0 additions and 0 deletions
12
Contrib/System/Source/stdafx.h
Normal file
12
Contrib/System/Source/stdafx.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
// stdafx.h : include file for standard system include files,
|
||||
// or project specific include files that are used frequently, but
|
||||
// are changed infrequently
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
// Windows Header Files:
|
||||
#include <windows.h>
|
||||
|
||||
// TODO: reference additional headers your program requires here
|
Loading…
Add table
Add a link
Reference in a new issue