mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
#include "precomp.h" -> #include <precomp.h>
svn path=/trunk/; revision=17574
This commit is contained in:
parent
1cedb076b5
commit
95f9fe7198
9 changed files with 9 additions and 9 deletions
|
@ -25,8 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
#include <shlobj.h>
|
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
static BOOL
|
static BOOL
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS ***************************************************************/
|
/* FUNCTIONS ***************************************************************/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
typedef struct _FOLDERDATA
|
typedef struct _FOLDERDATA
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
* PROGRAMMER: Eric Kohl
|
* PROGRAMMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "precomp.h"
|
#include <precomp.h>
|
||||||
|
|
||||||
HINSTANCE hInstance = NULL;
|
HINSTANCE hInstance = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue