23 lines
362 B
C
23 lines
362 B
C
|
/*
|
||
|
Copyright 1999 Microsoft Corporation
|
||
|
|
||
|
Precompiled header file
|
||
|
|
||
|
Walter Smith (wsmith)
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <process.h>
|
||
|
#include <tchar.h>
|
||
|
#include <atlbase.h>
|
||
|
extern CComModule _Module;
|
||
|
#include <atlwin.h>
|
||
|
#include <map>
|
||
|
#include <vector>
|
||
|
#include <string>
|
||
|
#include <fstream>
|
||
|
#include "common.h"
|