프로그래밍
#ifndef 사용 방법
많
2014. 12. 2. 12:08
#ifndef 사용방법
#ifndef _WIN32_WCE
#include <winresrc.h>
#else // _WIN32_WCE
#include <dlgs.h>
#include <winbase.h>
#include <commctrl.h>
#include <resdefce.h>
#endif // _WIN32_WCE
위와같이 사용하면 된다.