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.
13 lines
222 B
13 lines
222 B
|
|
#ifndef _KIMXATL_H_
|
|
#define _KIMXATL_H_
|
|
|
|
#define _ATL_FREE_THREADED
|
|
#define _ATL_STATIC_REGISTRY
|
|
#include <atlbase.h>
|
|
extern CComModule _Module;
|
|
#include <atlcom.h>
|
|
#include "atlsub.h"
|
|
|
|
#endif //_KIMXATL_H_
|
|
|