22 lines
430 B
C++
22 lines
430 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 <stdio.h>
|
|
|
|
#define _WIN32_DCOM
|
|
|
|
#include <windows.h>
|
|
#include <atlbase.h>
|
|
#include <initguid.h>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <tchar.h>
|
|
#include <AtlConv.h>
|
|
#include "azroles.h"
|
|
#include "AzLogging.h"
|
|
#include "AzGlobalOptions.h"
|