Crypt Library Demo 1.00
|
00001 /* This file is part of Crypt Library Demo application developed by Mihai MOGA. 00002 00003 Image Converter is free software: you can redistribute it and/or modify it 00004 under the terms of the GNU General Public License as published by the Open 00005 Source Initiative, either version 3 of the License, or any later version. 00006 00007 Image Converter is distributed in the hope that it will be useful, but 00008 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00009 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 00010 00011 You should have received a copy of the GNU General Public License along with 00012 Crypt Library Demo. If not, see <http://www.opensource.org/licenses/gpl-3.0.html>*/ 00013 00014 // CryptLibraryDemo.h : main header file for the PROJECT_NAME application 00015 // 00016 00017 #pragma once 00018 00019 #ifndef __AFXWIN_H__ 00020 #error "include 'stdafx.h' before including this file for PCH" 00021 #endif 00022 00023 #include "resource.h" // main symbols 00024 00025 // CCryptLibraryDemoApp: 00026 // See CryptLibraryDemo.cpp for the implementation of this class 00027 // 00028 00029 class CCryptLibraryDemoApp : public CWinAppEx 00030 { 00031 public: 00032 CCryptLibraryDemoApp(); 00033 00034 // Overrides 00035 public: 00036 virtual BOOL InitInstance(); 00037 00038 // Implementation 00039 00040 DECLARE_MESSAGE_MAP() 00041 }; 00042 00043 extern CCryptLibraryDemoApp theApp;