diff options
Diffstat (limited to 'network/ndis/mux/notifyob/implinc.cpp')
| -rw-r--r-- | network/ndis/mux/notifyob/implinc.cpp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/network/ndis/mux/notifyob/implinc.cpp b/network/ndis/mux/notifyob/implinc.cpp new file mode 100644 index 00000000..31e34f27 --- /dev/null +++ b/network/ndis/mux/notifyob/implinc.cpp @@ -0,0 +1,31 @@ +#include <windows.h> +#include <shellapi.h> +#include <shlobj.h> + +#include <atlbase.h> +extern CComModule _Module; // required by atlcom.h +#include <atlcom.h> +#include <initguid.h> +#include <devguid.h> + +#ifdef SubclassWindow + +#undef SubclassWindow + +#endif +#pragma prefast(push) +#pragma prefast(disable:28196 28197, "supress warnings caused by atl headers") +#include <atlwin.h> + +#ifdef _ATL_STATIC_REGISTRY + +#include <statreg.h> + +#endif + + +#pragma prefast(pop) + + +//EXTERN_C const IID IID_INetLanConnectionUiInfo = {0xC08956A6,0x1CD3,0x11D1,{0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E}}; + |
