mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <shlobj.h>
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
static BOOL
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <userenv.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "resources.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
typedef struct _FOLDERDATA
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <precomp.h>
|
||||
|
||||
HINSTANCE hInstance = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue