winutils.h

00001 /*
00002  * winutils.h - Windows version utilities.
00003  *
00004  * This file is part of WindowsUtils.
00005  *
00006  * Copyright 2003 (C), Leiden University.
00007  * WindowsUtils is free software, see below.
00008  *
00009  * $Revision: $
00010  * $Date: $
00011  * $Source: $
00012  * %Author: Martin J. Moene %
00013  *
00014  * Compiler        : Borland-C++ 5.5.1
00015  * Operating system: 32-bit Windows
00016  * Hardware system : PC
00017  *
00018  * WindowsUtils is free software; you can redistribute it and/or modify
00019  * it under the terms of the GNU General Public License as published by
00020  * the Free Software Foundation; either version 2 of the License, or
00021  * (at your option) any later version.
00022  *
00023  * WindowsUtils is distributed in the hope that it will be useful,
00024  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00025  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00026  * GNU General Public License for more details.
00027  *
00028  * You should have received a copy of the GNU General Public License
00029  * along with mngdriver; if not, write to the Free Software
00030  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00031  */
00032 
00033 #ifndef __WINUTILS_H
00034 #define __WINUTILS_H
00035 
00036 #include "wapplog.h"            // Application logging functions
00037 #include "wexception.h"         // Win32Exception
00038 #include "wregistry.h"          // RegistryKey
00039 #include "wsemaphore.h"         // Semaphore
00040 #include "wshutdown.h"          // shutdown functions
00041 #include "wversion.h"           // version information functions
00042 #include "wpportaddr.h"         // PportAddresses
00043 #include "wrefcount.h"          // for class TReferenceCounted[Resource]<>
00044 
00045 #endif // __WINUTILS_H
00046 
00047 /*
00048  * end of file
00049  */
00050 

Generated on Tue Sep 30 11:40:32 2003 for Windows Utilities by doxygen 1.3.4