mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
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.
svn path=/trunk/; revision=17026
This commit is contained in:
parent
ee4b8ce5d4
commit
8f8a4dbabd
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
// Martin Fuchs, 17.05.2004
|
||||
//
|
||||
|
||||
#include <precomp.h>
|
||||
#include "precomp.h"
|
||||
|
|
Loading…
Reference in a new issue