3 * Copyright © 2001 Novell, Inc. All Rights Reserved.
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
11 * FILENAME : Win32ish.h
12 * DESCRIPTION : For Win32 type definitions like BOOL.
14 * Date : January 2001.
20 #ifndef __Win32ish_H__
21 #define __Win32ish_H__
25 typedef unsigned int BOOL;
29 typedef unsigned long DWORD;
45 #endif // __Win32ish_H__