summaryrefslogtreecommitdiff
path: root/network/ndis/mux/notifyob/dllmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'network/ndis/mux/notifyob/dllmain.cpp')
-rw-r--r--network/ndis/mux/notifyob/dllmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/ndis/mux/notifyob/dllmain.cpp b/network/ndis/mux/notifyob/dllmain.cpp
index d9785cd6..636f2c8a 100644
--- a/network/ndis/mux/notifyob/dllmain.cpp
+++ b/network/ndis/mux/notifyob/dllmain.cpp
@@ -68,6 +68,7 @@ BOOL WINAPI DllMain (HINSTANCE hInstance,
/////////////////////////////////////////////////////////////////////////////
// Used to determine whether the DLL can be unloaded by OLE
+__control_entrypoint(DllExport)
STDAPI DllCanUnloadNow(void)
{
HRESULT hr;
@@ -85,6 +86,7 @@ STDAPI DllCanUnloadNow(void)
/////////////////////////////////////////////////////////////////////////////
// Returns a class factory to create an object of the requested type
+_Check_return_
STDAPI DllGetClassObject(_In_ REFCLSID rclsid, _In_ REFIID riid, _Outptr_ LPVOID* ppv)
{
TraceMsg( L"-->DllGetClassObject.\n");