[SDK:REACTOS] Move our ROS-specific header-only UI libraries into a "ui" sub-folder. (#4205)

This commit is contained in:
Hermès Bélusca-Maïto 2021-12-26 02:15:30 +01:00
parent 9db24e33c7
commit a6bf77e7b9
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
16 changed files with 15 additions and 15 deletions

View file

@ -25,7 +25,7 @@
#include <atlwin.h>
#include <wininet.h>
#include <shellutils.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
#include <gdiplus.h>
#include <math.h>

View file

@ -14,7 +14,7 @@
#include <atlwin.h>
#include <wininet.h>
#include <shellutils.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
#include <gdiplus.h>
#include <math.h>

View file

@ -1,5 +1,5 @@
#pragma once
#include <rosctrls.h>
#include <ui/rosctrls.h>
class CRichEdit :
public CWindow

View file

@ -15,7 +15,7 @@
#include <atlwin.h>
#include <wininet.h>
#include <shellutils.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
#include <gdiplus.h>
#include <math.h>

View file

@ -40,7 +40,7 @@
#include <debug.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
#include <windowsx.h>
#include <process.h>
#undef SubclassWindow

View file

@ -43,8 +43,8 @@
#include <shlguid_undoc.h>
#include <undocshell.h>
#include <rosctrls.h>
#include <rosdlgs.h>
#include <ui/rosctrls.h>
#include <ui/rosdlgs.h>
#include <shellutils.h>
#include "tmschema.h"

View file

@ -17,7 +17,7 @@
#include <atlsimpcoll.h>
#include <atlstr.h>
#include <atlwin.h>
#include <rosdlgs.h>
#include <ui/rosdlgs.h>
ULONG DbgPrint(PCH Format,...);
#include <apphelp.h>

View file

@ -12,7 +12,7 @@
#include <atlcom.h>
#include <atlcoll.h>
#include <atlstr.h>
#include <rosdlgs.h>
#include <ui/rosdlgs.h>
#include <shlwapi.h>
#include <shellapi.h>
#include <strsafe.h>

View file

@ -21,8 +21,8 @@
*/
#pragma once
#include "atltypes.h"
#include "rosctrls.h"
#include <atltypes.h>
#include <ui/rosctrls.h>
class CACListView;
class CACScrollBar;

View file

@ -1037,7 +1037,7 @@ HRESULT STDMETHODCALLTYPE CInternetToolbar::InitNew()
hResult = IUnknown_GetWindow(menuBar, &fMenuBandWindow);
fMenuBar.Attach(menuBar.Detach()); // transfer the ref count
// FIXME: The ros Rebar does not properly support fixed-size items such as the brandband,
// FIXME: The ROS Rebar does not properly support fixed-size items such as the brandband,
// and it will put them in their own row, sized to take up the whole row.
#if 0
/* Create and attach the brand/logo to the rebar */

View file

@ -36,7 +36,7 @@ TODO:
#include "precomp.h"
#include <atlwin.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
WINE_DEFAULT_DEBUG_CHANNEL(shell);

View file

@ -52,7 +52,7 @@
#include <undocuser.h>
#include <shellutils.h>
#include <rosctrls.h>
#include <ui/rosctrls.h>
#include "../shresdef.h"
#include <wine/debug.h>

View file

@ -40,7 +40,7 @@
#include "shresdef.h"
#ifdef __REACTOS__
#include <shlwapi.h>
#include "layout.h" /* Resizable window */
#include "ui/layout.h" /* Resizable window */
#endif
WINE_DEFAULT_DEBUG_CHANNEL(shell);