00001 /* *********************************************************************************** 00002 Writer: Sebastien Bloc 00003 Copyright: 2003-2004 00004 eMail: sebastien.bloc@free.fr 00005 URL: http://mignonsoft.free.fr 00006 00007 This program is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU General Public License 00009 as published by the Free Software Foundation; either version 2 00010 of the License, or (at your option) any later version. 00011 00012 This program is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU General Public License for more details. 00016 http://www.gnu.org/copyleft/gpl.html 00017 ************************************************************************************** 00018 00019 *********************************************************************************** */ 00020 00030 #ifndef INCLUDE_SYSTRAY_3D_CONTROL 00031 #define INCLUDE_SYSTRAY_3D_CONTROL 00032 00033 #define URL_3D_CONTROLS "http://mignonsoft.free.fr/logiciel/3d_controls" 00034 #define URL_FORUM "http://mignonsoft.free.fr/forum" 00035 #define URL_LICENCE "http://www.gnu.org/copyleft/gpl.html" 00036 #define MAIL_ADRESS "sebastien.bloc@free.fr" 00037 #define TITLE_NAME "3D Controls" 00038 00039 LRESULT WINAPI AboutProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 00040 LRESULT WINAPI SysTrayProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 00041 LRESULT WINAPI ConfigProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 00042 00043 #endif