mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
#include "precomp.h" -> #include <precomp.h>
svn path=/trunk/; revision=17066
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
String DecodeURLString(const char* s)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#include "ibrowser_intres.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
/* We can't include webchild.h here - otherwise MinGW produces errors like: "multiple definition of `QACONTAINERFLAGS'"
|
||||
#include "webchild.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
//#include <shellapi.h>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#include "../ibrowser_intres.h" // for ID_GO_BACK, ...
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
*/
|
||||
|
||||
//#include "xmlstorage.h"
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
// work around GCC's wide string constant bug
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
//
|
||||
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#include "ibrowser_intres.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user