switch back to #include "precomp.h" for precomp.cpp because it's needed for VC++ and doesn't irritate GCC since it's not compiled with GCC anyways.
Modified: trunk/reactos/subsys/system/explorer/explorer.cpp
Modified: trunk/reactos/subsys/system/explorer/precomp.cpp

Modified: trunk/reactos/subsys/system/explorer/explorer.cpp
--- trunk/reactos/subsys/system/explorer/explorer.cpp	2005-08-03 17:24:05 UTC (rev 17025)
+++ trunk/reactos/subsys/system/explorer/explorer.cpp	2005-08-03 17:46:56 UTC (rev 17026)
@@ -28,7 +28,7 @@
  //
 
 
-#include <precomp.h>
+#include <precomp.h>	// <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
 
 #include "resource.h"
 

Modified: trunk/reactos/subsys/system/explorer/precomp.cpp
--- trunk/reactos/subsys/system/explorer/precomp.cpp	2005-08-03 17:24:05 UTC (rev 17025)
+++ trunk/reactos/subsys/system/explorer/precomp.cpp	2005-08-03 17:46:56 UTC (rev 17026)
@@ -25,4 +25,4 @@
  // Martin Fuchs, 17.05.2004
  //
 
-#include <precomp.h>
+#include "precomp.h"