diff options
Diffstat (limited to 'src/lib/win_glue.c')
-rw-r--r-- | src/lib/win_glue.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/win_glue.c b/src/lib/win_glue.c index 3b2cbc599..b18178e1c 100644 --- a/src/lib/win_glue.c +++ b/src/lib/win_glue.c @@ -137,7 +137,7 @@ void GetCallingAppVerInfo( char *AppTitle, char *AppVer, char *AppIni, wsprintf(szVerQ, "\\StringFileInfo\\%04x%04x\\", LOWORD(*lpLangInfo), HIWORD(*lpLangInfo)); - + cp = szVerQ + lstrlen(szVerQ); lstrcpy(cp, "ProductName"); @@ -227,12 +227,12 @@ static int CallVersionServer(app_title, app_version, app_ini, code_cover) vstatus = VSProcessRequest(vrequest); /* * Only complain periodically, if the test tracker isn't - * working... + * working... */ if (v_complain(vstatus, app_ini)) { - WinVSReportRequest(vrequest, NULL, + WinVSReportRequest(vrequest, NULL, "Version Server Status Report"); - } + } if (vstatus == V_REQUIRED) { SetCursor(LoadCursor(NULL, IDC_WAIT)); VSDestroyRequest(vrequest); @@ -240,7 +240,7 @@ static int CallVersionServer(app_title, app_version, app_ini, code_cover) } VSDestroyRequest(vrequest); return (0); -} +} #endif #ifdef TIMEBOMB @@ -320,7 +320,7 @@ krb5_error_code krb5_vercheck() return KRB5_APPL_EXPIRED; } #endif - + } #endif verchecked = 1; @@ -375,7 +375,7 @@ control(int mode) break; } #elif defined KRB4 - switch (mode){ + switch (mode){ case DLL_STARTUP: add_error_table(&et_krb_error_table); add_error_table(&et_kadm_error_table); @@ -456,7 +456,7 @@ BOOL WINAPI DllMain (HANDLE hModule, DWORD fdwReason, LPVOID lpReserved) default: return FALSE; } - + return TRUE; // successful DLL_PROCESS_ATTACH } @@ -472,7 +472,7 @@ LPSTR CmdLine; hlibinstance = hInst; if (control(DLL_STARTUP)) return 0; - else + else return 1; } |