|
From: Andre R. <and...@us...> - 2004-10-23 21:54:17
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26879/Frontier/Common/headers Modified Files: macconv.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: macconv.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/macconv.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** macconv.h 9 Oct 2004 20:59:29 -0000 1.1 --- macconv.h 23 Oct 2004 21:54:09 -0000 1.2 *************** *** 24,39 **** ******************************************************************************/ - #define WIN32_LEAN_AND_MEAN 1 - #include <windows.h> - #include <commdlg.h> - #ifdef NEEDMOREWIN - #include <windowsx.h> - #include <shlobj.h> - #include <commctrl.h> - #include <exdisp.h> - #endif - - - /* Macintosh Conversion */ #undef pascal --- 24,27 ---- |