mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
define CONNECT_COMMANDLINE and CONNECT_CMD_SAVECRED
svn path=/trunk/; revision=18969
This commit is contained in:
parent
e2cc04e2ca
commit
86c57a4368
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ extern "C" {
|
|||
#define CONNECT_REDIRECT 128
|
||||
#define CONNECT_LOCALDRIVE 256
|
||||
#define CONNECT_CURRENT_MEDIA 512
|
||||
#define CONNECT_COMMANDLINE 2048
|
||||
#define CONNECT_CMD_SAVECRED 4096
|
||||
#define CONNDLG_RO_PATH 1
|
||||
#define CONNDLG_CONN_POINT 2
|
||||
#define CONNDLG_USE_MRU 4
|
||||
|
|
Loading…
Reference in a new issue