MSICA/MSICALib/stdafx.h
Simon Rozman ce3226b483 Nastavitve konstant sem preselil v common.props.
Verzijo sem nastavil na 1.0-pre3.
2014-05-13 07:51:02 +00:00

18 lines
377 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 <atlbase.h>
#include <atlfile.h>
#include <atlstr.h>
#include <msi.h>
#include <msiquery.h>
#include <mstask.h>
#include <taskschd.h>
#include <wlanapi.h>
#include "MSICALib.h"