Commit 6b416a77 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Use compatible header guard in basetsd.h.

libjpeg depends on this. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d4259ac8
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef __WINE_BASETSD_H #ifndef _BASETSD_H_
#define __WINE_BASETSD_H #define _BASETSD_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
...@@ -303,4 +303,4 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY; ...@@ -303,4 +303,4 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
} /* extern "C" */ } /* extern "C" */
#endif /* defined(__cplusplus) */ #endif /* defined(__cplusplus) */
#endif /* !defined(__WINE_BASETSD_H) */ #endif /* !defined(_BASETSD_H_) */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment