changeset 290:b460d2cf088d

Move ifdef for write_stores_win call lower so that do_uninstall is no longer unused on linux
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 02 Apr 2014 14:12:37 +0000
parents 9ad00a3255f4
children 5ab445e6a4da
files cinst/main.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cinst/main.c	Wed Apr 02 13:52:02 2014 +0000
+++ b/cinst/main.c	Wed Apr 02 14:12:37 2014 +0000
@@ -247,11 +247,13 @@
     }
 
 
-#ifdef WIN32
   /* For uninstall we are done now */
   if (do_uninstall)
     {
+#ifdef WIN32
       return write_stores_win (NULL, all_valid_certs);
+#else
+    /*TODO*/
     }
 #endif
 

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