update SVN properties

svn path=/trunk/; revision=17143
This commit is contained in:
Martin Fuchs 2005-08-07 07:33:14 +00:00
parent 100b8232d0
commit 4f8cc9596c
69 changed files with 14676 additions and 14676 deletions

View file

@ -1,17 +1,17 @@
///////////////////////////////////////////////////
//
// main.h
// main.cpp's lumber room :)
///////////////////////////////////////////////////
#include <package.h>
int Argc;
char **Argv;
BOOL done = FALSE;
int Help (void);
int Install (void);
int Show (void);
int SetStatus (int status1, int status2, WCHAR* text);
///////////////////////////////////////////////////
//
// main.h
// main.cpp's lumber room :)
///////////////////////////////////////////////////
#include <package.h>
int Argc;
char **Argv;
BOOL done = FALSE;
int Help (void);
int Install (void);
int Show (void);
int SetStatus (int status1, int status2, WCHAR* text);