summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/windows/identity/doc/Makefile2
-rw-r--r--src/windows/identity/plugins/common/dynimport.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/identity/doc/Makefile b/src/windows/identity/doc/Makefile
index fe2d91919..85003999e 100644
--- a/src/windows/identity/doc/Makefile
+++ b/src/windows/identity/doc/Makefile
@@ -64,5 +64,5 @@ CHM_FILE = "$(DOCDIR)\netiddev.chm"
-$(HHC) $(DOCDIR)\html\index.hhp
clean::
- $(RMDIR) /s $(DOCDIR)\html
+ $(RMDIR) /s /q $(DOCDIR)\html
$(RM) $(DOCDIR)\*.*
diff --git a/src/windows/identity/plugins/common/dynimport.c b/src/windows/identity/plugins/common/dynimport.c
index 7eecc7549..9c93213f3 100644
--- a/src/windows/identity/plugins/common/dynimport.c
+++ b/src/windows/identity/plugins/common/dynimport.c
@@ -388,7 +388,7 @@ khm_int32 init_imports(void) {
CKRV;
imp_rv = LoadFuncs(CCAPI_DLL, ccapi_fi, &hCCAPI, 0, 1, 0, 0);
- CKRV;
+ /* CCAPI_DLL is optional. No error check. */
memset(&osvi, 0, sizeof(OSVERSIONINFO));
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);