Alexandre Julliard : include: Use compatible header guard in basetsd.h.

Alexandre Julliard julliard at winehq.org
Wed Oct 13 15:59:26 CDT 2021


Module: wine
Branch: master
Commit: 6b416a771d7c0c4c59c0e4980707dd18fe5955aa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6b416a771d7c0c4c59c0e4980707dd18fe5955aa

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 13 13:10:00 2021 +0200

include: Use compatible header guard in basetsd.h.

libjpeg depends on this.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/basetsd.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/basetsd.h b/include/basetsd.h
index 761af4d5214..a4774a2fea5 100644
--- a/include/basetsd.h
+++ b/include/basetsd.h
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#ifndef __WINE_BASETSD_H
-#define __WINE_BASETSD_H
+#ifndef _BASETSD_H_
+#define _BASETSD_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -303,4 +303,4 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif /* !defined(__WINE_BASETSD_H) */
+#endif /* !defined(_BASETSD_H_) */




More information about the wine-cvs mailing list