mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[COMDLG32] Improve some header inclusions.
This commit is contained in:
parent
6291990483
commit
0c64ffd3ab
2 changed files with 3 additions and 3 deletions
|
@ -77,6 +77,9 @@
|
||||||
|
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
#include "wine/heap.h"
|
#include "wine/heap.h"
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
#include "wine/unicode.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
|
WINE_DEFAULT_DEBUG_CHANNEL(commdlg);
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
#ifndef _WINE_COMDLG32_PRECOMP_H
|
#ifndef _WINE_COMDLG32_PRECOMP_H
|
||||||
#define _WINE_COMDLG32_PRECOMP_H
|
#define _WINE_COMDLG32_PRECOMP_H
|
||||||
|
|
||||||
#include <wine/config.h>
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
@ -33,7 +31,6 @@
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
|
|
||||||
#include <wine/heap.h>
|
#include <wine/heap.h>
|
||||||
#include <wine/unicode.h>
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
|
|
||||||
#include "cdlg.h"
|
#include "cdlg.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue