mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Remove #include directives surrounded by #ifndef __REACTOS__.
svn path=/trunk/; revision=10352
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user