19 lines
307 B
C
19 lines
307 B
C
// stdafx.h
|
|
|
|
#ifndef _3DFILEACCESS_STDAFX_H_
|
|
#define _3DFILEACCESS_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 // _3DFILEACCESS_STDAFX_H_
|