mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 00:36:07 +03:00
To organize the folder the Installer application was renamed to installer helper. It is not the real installer, it is just an helper which is executed during the installation phase.
16 lines
305 B
C
16 lines
305 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
|
|
|
|
// TODO: reference additional headers your program requires here
|