10 lines
152 B
C
10 lines
152 B
C
|
#ifndef _MLATL_H_
|
||
|
#define _MLATL_H_
|
||
|
|
||
|
#define _ATL_FREE_THREADED
|
||
|
#include <atlbase.h>
|
||
|
extern CComModule _Module;
|
||
|
#include <atlcom.h>
|
||
|
|
||
|
#endif //_MLATL_H_
|