14 lines
222 B
C
14 lines
222 B
C
|
|
#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_
|
|
|