* sec_auth.cc (DsGetDcNameA): Drop declaration.
(DS_FORCE_REDISCOVERY): Drop definition.
This commit is contained in:
parent
d7d60d10a1
commit
e4278ecbd2
@ -1,3 +1,8 @@
|
||||
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* sec_auth.cc (DsGetDcNameA): Drop declaration.
|
||||
(DS_FORCE_REDISCOVERY): Drop definition.
|
||||
|
||||
2008-06-17 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* spawn.cc (spawn_guts): Reinstate call to
|
||||
|
@ -165,11 +165,6 @@ close_local_policy (LSA_HANDLE &lsa)
|
||||
lsa = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
||||
/* CV, 2006-07-06: Missing in w32api. */
|
||||
extern "C" DWORD WINAPI DsGetDcNameA (LPCSTR, LPCSTR, GUID *, LPCSTR, ULONG,
|
||||
PDOMAIN_CONTROLLER_INFOA *);
|
||||
#define DS_FORCE_REDISCOVERY 1
|
||||
|
||||
bool
|
||||
get_logon_server (const char *domain, char *server, WCHAR *wserver,
|
||||
bool rediscovery)
|
||||
|
Loading…
x
Reference in New Issue
Block a user