#include "precomp.h" -> #include <precomp.h>
authorThomas Bluemel <thomas@reactsoft.com>
Sat, 27 Aug 2005 23:35:51 +0000 (23:35 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Sat, 27 Aug 2005 23:35:51 +0000 (23:35 +0000)
svn path=/trunk/; revision=17574

reactos/lib/userenv/desktop.c
reactos/lib/userenv/directory.c
reactos/lib/userenv/environment.c
reactos/lib/userenv/misc.c
reactos/lib/userenv/precomp.h
reactos/lib/userenv/profile.c
reactos/lib/userenv/registry.c
reactos/lib/userenv/setup.c
reactos/lib/userenv/userenv.c

index 492e66f..5615810 100644 (file)
@@ -25,8 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
-#include <shlobj.h>
+#include <precomp.h>
 
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
index d9c7c61..5b68190 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
index cca1da7..e0da99d 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 
 static BOOL
 
 
 static BOOL
index 2fa87ed..93c5fd4 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
index 62bc4cc..f2b05eb 100644 (file)
@@ -3,6 +3,7 @@
 #define NTOS_MODE_USER
 #include <ndk/ntndk.h>
 #include <userenv.h>
 #define NTOS_MODE_USER
 #include <ndk/ntndk.h>
 #include <userenv.h>
+#include <shlobj.h>
 
 #include "internal.h"
 #include "resources.h"
 
 #include "internal.h"
 #include "resources.h"
index d82bcf0..2c78891 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
index 482827d..12007e8 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 
 /* FUNCTIONS ***************************************************************/
 
 
 /* FUNCTIONS ***************************************************************/
index 93bf469..e5fde8f 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 typedef struct _FOLDERDATA
 {
 
 typedef struct _FOLDERDATA
 {
index dff8707..259a745 100644 (file)
@@ -25,7 +25,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
  * PROGRAMMER:      Eric Kohl
  */
 
-#include "precomp.h"
+#include <precomp.h>
 
 HINSTANCE hInstance = NULL;
 
 
 HINSTANCE hInstance = NULL;