include: Use compatible header guard in basetsd.h.
libjpeg depends on this. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d4259ac8e9
commit
6b416a771d
|
@ -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;
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
#endif /* defined(__cplusplus) */
|
#endif /* defined(__cplusplus) */
|
||||||
|
|
||||||
#endif /* !defined(__WINE_BASETSD_H) */
|
#endif /* !defined(_BASETSD_H_) */
|
||||||
|
|
Loading…
Reference in New Issue