mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSDK] Add missing KF_FLAG_DEFAULT_PATH definition.
svn path=/trunk/; revision=67345
This commit is contained in:
parent
4295aef9da
commit
46aa5717e7
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,8 @@ int WINAPI RestartDialog(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD);
|
|||
int WINAPI RestartDialogEx(_In_opt_ HWND, _In_opt_ LPCWSTR, DWORD, DWORD);
|
||||
BOOL WINAPI IsUserAnAdmin(void);
|
||||
|
||||
#define KF_FLAG_DEFAULT_PATH 0x00000400
|
||||
|
||||
#define SHFMT_ERROR 0xFFFFFFFFL /* Error on last format, drive may be formattable */
|
||||
#define SHFMT_CANCEL 0xFFFFFFFEL /* Last format was cancelled */
|
||||
#define SHFMT_NOFORMAT 0xFFFFFFFDL /* Drive is not formattable */
|
||||
|
|
Loading…
Reference in a new issue