You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
292 B
22 lines
292 B
|
|
#ifndef _STDAFX_H
|
|
#define _STDAFX_H
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
#define _ATL_APARTMENT_THREADED
|
|
|
|
#include "windows.h"
|
|
#include "resource.h"
|
|
#include <atlbase.h>
|
|
|
|
extern CComModule _Module;
|
|
|
|
#include <atlwin.h>
|
|
|
|
#endif // _STDAFX_H
|
|
|