[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:
Katayama Hirofumi MZ 2018-06-06 21:04:50 +09:00 committed by Hermès BÉLUSCA - MAÏTO
parent f215f394d8
commit 698cbc6184
41 changed files with 3137 additions and 2994 deletions

View file

@ -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