| 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/shellapi.h b/include/shellapi.h index 90e9352..1633d72 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -1,5 +1,5 @@ -#ifndef _WINE_SHELLAPI_H -#define _WINE_SHELLAPI_H +#ifndef __WINE_SHELLAPI_H +#define __WINE_SHELLAPI_H #include "windef.h" @@ -274,4 +274,4 @@ #include "poppack.h" -#endif /* _WINE_SHELLAPI_H */ +#endif /* __WINE_SHELLAPI_H */