We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9334372 commit e76c4b2Copy full SHA for e76c4b2
src/if_ole.cpp
@@ -759,7 +759,7 @@ extern "C" void InitOLE(int *pbDoRestart)
759
hr = RegisterActiveObject(
760
app,
761
MYCLSID,
762
- NULL,
+ 0,
763
&app_id);
764
765
if (FAILED(hr))
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 178,
794
/**/
795
177,
796
0 commit comments