comparison cinst/main.c @ 324:eff8e7ce4dae

Add first compiling implementation of nssstore_win.c
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 07 Apr 2014 13:34:50 +0000
parents f17226aa2e09
children c89bfb0e638e
comparison
equal deleted inserted replaced
323:31ba7ed4d50f 324:eff8e7ce4dae
305 if (ret != 0) 305 if (ret != 0)
306 { 306 {
307 ERRORPRINTF ("Failed to write windows stores retval: %i\n", ret); 307 ERRORPRINTF ("Failed to write windows stores retval: %i\n", ret);
308 } 308 }
309 #endif 309 #endif
310 #ifndef WIN32 /* TODO Remove ifdef once it is implemented */
311 ret = write_stores_nss (to_install, to_remove); 310 ret = write_stores_nss (to_install, to_remove);
312 #endif
313 if (ret != 0) 311 if (ret != 0)
314 { 312 {
315 ERRORPRINTF ("Failed to write nss stores"); 313 ERRORPRINTF ("Failed to write nss stores");
316 } 314 }
317 315

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