You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
616 B

// TestLibDlg.h: PROJECT_NAME 애플리케이션에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error "PCH에 대해 이 파일을 포함하기 전에 'pch.h'를 포함합니다."
#endif
#include "resource.h" // 주 기호입니다.
// CTestLibDlgApp:
// 이 클래스의 구현에 대해서는 TestLibDlg.cpp을(를) 참조하세요.
//
class CTestLibDlgApp : public CWinApp
{
public:
CTestLibDlgApp();
// 재정의입니다.
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
// 구현입니다.
DECLARE_MESSAGE_MAP()
};
extern CTestLibDlgApp theApp;