2020-09-30 16:53:55 +02:00

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_