2025-04-27 07:49:33 -04:00

23 lines
384 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"