// lyfzEasyPrinter.h : lyfzEasyPrinter DLL ����ͷ�ļ� // #pragma once #ifndef __AFXWIN_H__ #error "�ڰ������ļ�֮ǰ������stdafx.h�������� PCH �ļ�" #endif #include "resource.h" // ������ // ClyfzEasyPrinterApp // �йش���ʵ�ֵ���Ϣ������� lyfzEasyPrinter.cpp // class ClyfzEasyPrinterApp : public CWinApp { public: ClyfzEasyPrinterApp(); // ��д public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };