mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[SHELL32] Split dialogs/folder_options.cpp (#582)
The dialogs/folder_options.cpp source file in shell32 is too big to manage. We will split it to smaller files. CORE-12906
This commit is contained in:
parent
f215f394d8
commit
698cbc6184
41 changed files with 3137 additions and 2994 deletions
|
@ -1360,6 +1360,8 @@ typedef struct
|
|||
UINT :15; /* Required for proper binary layout with gcc */
|
||||
} SHELLSTATE, *LPSHELLSTATE;
|
||||
|
||||
VOID WINAPI SHGetSetSettings(LPSHELLSTATE lpss, DWORD dwMask, BOOL bSet);
|
||||
|
||||
/**********************************************************************
|
||||
* SHGetSettings ()
|
||||
*/
|
||||
|
@ -1399,6 +1401,8 @@ VOID WINAPI SHGetSettings(_Out_ LPSHELLFLAGSTATE lpsfs, DWORD dwMask);
|
|||
#define SSF_MAPNETDRVBUTTON 0x1000
|
||||
#define SSF_NOCONFIRMRECYCLE 0x8000
|
||||
#define SSF_HIDEICONS 0x4000
|
||||
#define SSF_SHOWSUPERHIDDEN 0x00040000
|
||||
#define SSF_SEPPROCESS 0x00080000
|
||||
|
||||
/****************************************************************************
|
||||
* SHRestricted API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue