18 lines
377 B
C
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"
|