comparison ui/tests/fakeinstaller.c @ 1255:2a1aa9df8f11

(issue133) Improve API documentation
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 25 Sep 2014 17:58:12 +0200
parents aee3eb10bbba
children
comparison
equal deleted inserted replaced
1254:6d840341bc25 1255:2a1aa9df8f11
3 3
4 * This file is Free Software under the GNU GPL (v>=2) 4 * This file is Free Software under the GNU GPL (v>=2)
5 * and comes with ABSOLUTELY NO WARRANTY! 5 * and comes with ABSOLUTELY NO WARRANTY!
6 * See LICENSE.txt for details. */ 6 * See LICENSE.txt for details. */
7 7
8 /**@file dummy program to test installer execution */ 8 /** @file fakeinstaller.c
9 * @brief dummy program to test installer execution
10 */
9 11
10 #include <stdio.h> 12 #include <stdio.h>
11 #ifdef WIN32 13 #ifdef WIN32
12 #include <windows.h> 14 #include <windows.h>
13 #endif 15 #endif

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