windows-network-type-allocation-20080128

LICENSE MIT

Microsoft has defined for us:

#define     WNNC_NET_OPENAFS     0x00390000
This commit is contained in:
Jeffrey Altman 2008-01-28 19:49:51 +00:00
parent a0fd168db5
commit fffcc1dec3

View File

@ -29,6 +29,11 @@
#include "afskfw.h" #include "afskfw.h"
#include "lanahelper.h" #include "lanahelper.h"
/* Allocated in Windows Driver Kit */
#ifndef WNNC_NET_OPENAFS
#define WNNC_NET_OPENAFS 0x00390000
#endif
#include <WINNT\afsreg.h> #include <WINNT\afsreg.h>
DWORD TraceOption = 0; DWORD TraceOption = 0;
@ -217,7 +222,7 @@ DWORD APIENTRY NPGetCaps(DWORD index)
switch (index) { switch (index) {
case WNNC_NET_TYPE: case WNNC_NET_TYPE:
/* Don't have our own type; use somebody else's. */ /* Don't have our own type; use somebody else's. */
return WNNC_NET_SUN_PC_NFS; return WNNC_NET_OPENAFS;
case WNNC_START: case WNNC_START:
/* Say we are already started, even though we might wait after we receive NPLogonNotify */ /* Say we are already started, even though we might wait after we receive NPLogonNotify */