source: nscp/helpers/installer_dll_fw/precomp.h @ 2e8b33f

0.4.00.4.10.4.2stable
Last change on this file since 2e8b33f was 2e8b33f, checked in by Michael Medin <michael@…>, 4 years ago

Changes to the build system to fix broken psdk.jam libs as well as addition to support building debug symbols.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#pragma once
2//-------------------------------------------------------------------------------------------------
3// <copyright file="precomp.h" company="Microsoft">
4//    Copyright (c) Microsoft Corporation.  All rights reserved.
5//   
6//    The use and distribution terms for this software are covered by the
7//    Common Public License 1.0 (http://opensource.org/licenses/cpl.php)
8//    which can be found in the file CPL.TXT at the root of this distribution.
9//    By using this software in any fashion, you are agreeing to be bound by
10//    the terms of this license.
11//   
12//    You must not remove this notice, or any other, from this software.
13// </copyright>
14//
15// <summary>
16//    Precompiled header for Firewall CA
17// </summary>
18//-------------------------------------------------------------------------------------------------
19
20#include <windows.h>
21#include <msidefs.h>
22#include <msiquery.h>
23//#include <strsafe.h>
24#ifdef USE_PSDK
25#include <netfw.h>
26#endif
27
28//#include "wcautil.h"
29//#include "fileutil.h"
30//#include "pathutil.h"
31//#include "strutil.h"
32
33//#include "CustomMsiErrors.h"
34#include "cost.h"
Note: See TracBrowser for help on using the repository browser.