diff options
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r-- | src/if_ole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp index aaa3868ef..088888363 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp @@ -759,7 +759,7 @@ extern "C" void InitOLE(int *pbDoRestart) hr = RegisterActiveObject( app, MYCLSID, - NULL, + 0, &app_id); if (FAILED(hr)) |