mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Remove #include directives surrounded by #ifndef __REACTOS__.
svn path=/trunk/; revision=10352
This commit is contained in:
parent
b80f0e34e1
commit
aa682a95e1
1 changed files with 0 additions and 11 deletions
|
@ -90,20 +90,9 @@
|
|||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#ifndef __REACTOS__
|
||||
#include "wownt32.h"
|
||||
#endif
|
||||
#include "wine/unicode.h"
|
||||
#ifndef __REACTOS__
|
||||
#include "win.h"
|
||||
#include "nonclient.h"
|
||||
#include "controls.h"
|
||||
#include "user.h"
|
||||
#include "struct32.h"
|
||||
#else
|
||||
#include "user32/regcontrol.h"
|
||||
#include <winnls.h>
|
||||
#endif
|
||||
#include "wine/debug.h"
|
||||
#include "dlgs.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue