mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFB fix for registration
This commit is contained in:
parent
04d2905fb5
commit
4a679ca77f
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ static int perform_registration(BOOL do_reg)
|
|||
{
|
||||
char module_name[MAX_PATH];
|
||||
char classid[40];
|
||||
int ret = 0;
|
||||
int ret = 1;
|
||||
int i, j;
|
||||
struct reg_subst subst = {0};
|
||||
LPOLESTR classidw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue