Files
2022-10-26 12:25:11 +08:00

18 lines
288 B
C

// stdafx.h
#ifndef _EFFECT_STDAFX_H_
#define _EFFECT_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 // _EFFECT_STDAFX_H_