#include "precomp.h" -> #include <precomp.h>

svn path=/trunk/; revision=17574
This commit is contained in:
Thomas Bluemel 2005-08-27 23:35:51 +00:00
parent 1cedb076b5
commit 95f9fe7198
9 changed files with 9 additions and 9 deletions

View file

@ -25,8 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
#include <shlobj.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
static BOOL static BOOL

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -3,6 +3,7 @@
#define NTOS_MODE_USER #define NTOS_MODE_USER
#include <ndk/ntndk.h> #include <ndk/ntndk.h>
#include <userenv.h> #include <userenv.h>
#include <shlobj.h>
#include "internal.h" #include "internal.h"
#include "resources.h" #include "resources.h"

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
/* FUNCTIONS ***************************************************************/ /* FUNCTIONS ***************************************************************/

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
typedef struct _FOLDERDATA typedef struct _FOLDERDATA
{ {

View file

@ -25,7 +25,7 @@
* PROGRAMMER: Eric Kohl * PROGRAMMER: Eric Kohl
*/ */
#include "precomp.h" #include <precomp.h>
HINSTANCE hInstance = NULL; HINSTANCE hInstance = NULL;