1 /***************************************************************************
4 begin : Wed May 15 2002
5 copyright : (C) 2002 by Pete Bernert
6 email : BlackDove@addcom.de
7 ***************************************************************************/
8 /***************************************************************************
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. See also the license.txt file for *
14 * additional informations. *
16 ***************************************************************************/
23 #define WIN32_LEAN_AND_MEAN
28 #define DWORD unsigned int
29 #define LOWORD(l) ((unsigned short)(l))
30 #define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF))
34 #define INLINE static inline