iss: Removes pre-compiled headers

No need to use the pre-compiled headers in InstallerHelper,
removing it, in order to keep the project lean.
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa
2013-11-06 15:13:05 -06:00
committed by Felipe Zimmerle
parent 6adf25667d
commit adfbeb85dc
6 changed files with 6 additions and 38 deletions

View File

@@ -1,9 +1,11 @@
// Installer.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <ahadmin.h>
#include <string>
#include <stdio.h>
#include <tchar.h>
#include "targetver.h"
#include "XUnzip.h"
// Logging level definition.