|
From: Andre R. <and...@us...> - 2004-10-23 22:22:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1484/Frontier/Common/source Modified Files: FrontierWinMain.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: FrontierWinMain.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/FrontierWinMain.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FrontierWinMain.c 17 Oct 2004 12:34:40 -0000 1.2 --- FrontierWinMain.c 23 Oct 2004 22:21:47 -0000 1.3 *************** *** 24,42 **** ******************************************************************************/ #ifdef PIKE #define _WIN32_IE 0x0500 #endif - #include <stdio.h> - /* This allows additional Windows includes 8/26/00 by RAB*/ - #define NEEDMOREWIN 1 - - #include "standard.h" - - //#ifdef PIKE - #include <Shlwapi.h> /* 9/24/01 RAB */ - #include <Shellapi.h> /* 9/24/01 RAB */ - //#endif - #include "WinLand.h" #include "dialogs.h" --- 24,34 ---- ******************************************************************************/ + #include "frontier.h" + #include "standard.h" + #ifdef PIKE #define _WIN32_IE 0x0500 #endif #include "WinLand.h" #include "dialogs.h" |