18 lines
304 B
C
18 lines
304 B
C
#pragma once
|
|
|
|
#ifndef _CONTROLSDLL_STDAFX_H_
|
|
#define _CONTROLSDLL_STDAFX_H_
|
|
|
|
#define VC_EXTRALEAN
|
|
|
|
#include <windows.h>
|
|
|
|
//#if (_MSC_VER >= 1500) // vs2008 ÀÌ»ó
|
|
// #ifndef _DEBUG //#if'N'def
|
|
// #define _SECURE_SCL 0
|
|
// #endif
|
|
//#endif
|
|
|
|
#include "typedef.h"
|
|
|
|
#endif // _CONTROLSDLL_STDAFX_H_
|