commit | 857eb392065f66a06056658665af239fee762360 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 12 18:36:54 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 12 18:36:54 1999 +0000 |
tree | bb4a386f4abe33a4fa987739c8b336fb3b675fa4 | |
parent | ff0149e73b2fd494acae55cabaa0cc6b9e3dc8eb [diff] [blame] |
Mad the include files idempotent using a consistent macro naming scheme.
diff --git a/include/struct32.h b/include/struct32.h index 3c1c818..758f8d7 100644 --- a/include/struct32.h +++ b/include/struct32.h
@@ -1,6 +1,6 @@ /* Structure definitions for Win32 -- used only internally */ -#ifndef __WINE__STRUCT32_H -#define __WINE__STRUCT32_H +#ifndef __WINE_STRUCT32_H +#define __WINE_STRUCT32_H #include "winbase.h" #include "wine/winuser16.h"