From: Foster B. <fos...@us...> - 2006-01-06 18:36:14
|
Update of /cvsroot/adobe-source/adobe-source/adobe/future/widgets/headers/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12808/adobe/future/widgets/headers/win Modified Files: event_dispatcher.hpp metrics.hpp ui_core_implementation.hpp wincast.hpp Log Message: asl 1.0.12 Index: event_dispatcher.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/headers/win/event_dispatcher.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** event_dispatcher.hpp 2 Dec 2005 02:52:55 -0000 1.2 --- event_dispatcher.hpp 6 Jan 2006 18:35:21 -0000 1.3 *************** *** 4,8 **** or a copy at http://opensource.adobe.com/licenses.html) */ ! #include <adobe/config.hpp> /****************************************************************************************************/ // --- 4,8 ---- or a copy at http://opensource.adobe.com/licenses.html) */ ! /****************************************************************************************************/ // *************** *** 24,27 **** --- 24,29 ---- /****************************************************************************************************/ + #include <adobe/config.hpp> + #include <map> #include <string> Index: wincast.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/headers/win/wincast.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wincast.hpp 2 Dec 2005 02:52:55 -0000 1.2 --- wincast.hpp 6 Jan 2006 18:35:21 -0000 1.3 *************** *** 1,8 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ ! #include <adobe/config.hpp> /****************************************************************************************************/ --- 1,8 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ ! /****************************************************************************************************/ *************** *** 10,13 **** --- 10,15 ---- #define ADOBE_WINCAST_HPP + #include <adobe/config.hpp> + /****************************************************************************************************/ Index: ui_core_implementation.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/headers/win/ui_core_implementation.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ui_core_implementation.hpp 2 Dec 2005 02:52:55 -0000 1.4 --- ui_core_implementation.hpp 6 Jan 2006 18:35:21 -0000 1.5 *************** *** 1,8 **** /* ! Copyright 2005 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ ! #include <adobe/config.hpp> /****************************************************************************************************/ --- 1,8 ---- /* ! Copyright 2005-2006 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://opensource.adobe.com/licenses.html) */ ! /****************************************************************************************************/ *************** *** 12,15 **** --- 12,17 ---- /****************************************************************************************************/ + #include <adobe/config.hpp> + #include <windows.h> #include <Commctrl.h> Index: metrics.hpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/headers/win/metrics.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** metrics.hpp 2 Dec 2005 02:52:55 -0000 1.2 --- metrics.hpp 6 Jan 2006 18:35:21 -0000 1.3 *************** *** 4,8 **** or a copy at http://opensource.adobe.com/licenses.html) */ ! #include <adobe/config.hpp> /****************************************************************************************************/ // --- 4,8 ---- or a copy at http://opensource.adobe.com/licenses.html) */ ! /****************************************************************************************************/ // *************** *** 19,22 **** --- 19,24 ---- /****************************************************************************************************/ + #include <adobe/config.hpp> + #include <windows.h> #include <uxtheme.h> |