#pragma once #ifndef __AFXWIN_H__ #error "include 'pch.h' before including this file for PCH" #endif // CutilityApp // See utility.cpp for the implementation of this class // class CUtilityApp : public CWinApp { public: CUtilityApp(); // Overrides public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };