diff cinst/windowsstore.c @ 504:3cf72c5282e8

Redirect errorprintf to output debug string on windows
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 28 Apr 2014 09:19:29 +0000
parents 17e1c8f37d72
children 736e95c63b86
line wrap: on
line diff
--- a/cinst/windowsstore.c	Mon Apr 28 09:18:55 2014 +0000
+++ b/cinst/windowsstore.c	Mon Apr 28 09:19:29 2014 +0000
@@ -192,6 +192,7 @@
 
   if (!hStore)
     {
+      ERRORPRINTF ("Failed to access store.\n");
       return ERR_STORE_ACCESS_DENIED;
     }
 

http://wald.intevation.org/projects/trustbridge/