mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
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:
committed by
Felipe Zimmerle
parent
6adf25667d
commit
adfbeb85dc
@@ -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.
|
||||
|
Reference in New Issue
Block a user