From 333038742884519b865e0a975a64528c8f247e31 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Tue, 18 Dec 2018 21:24:43 +0000 Subject: [PATCH] Make header effectively self-contained. --- w32api/ChangeLog | 6 ++++++ w32api/include/winver.h | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/w32api/ChangeLog b/w32api/ChangeLog index c197ea1..79e0a3d 100644 --- a/w32api/ChangeLog +++ b/w32api/ChangeLog @@ -1,3 +1,9 @@ +2018-12-18 Keith Marshall + + Make header effectively self-contained. + + * include/winver.h: Include + 2018-11-23 Keith Marshall Fix MinGW-Bug #2248 (SF ticket). diff --git a/w32api/include/winver.h b/w32api/include/winver.h index ead842d..853e91b 100644 --- a/w32api/include/winver.h +++ b/w32api/include/winver.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Anders Norlander - * Copyright (C) 1998, 1999, 2002, 2006, 2009, 2015, MinGW.org Project + * Copyright (C) 1998, 1999, 2002, 2006, 2009, 2012, 2015, 2016, 2018, + * MinGW.org Project * * * Permission is hereby granted, free of charge, to any person obtaining a @@ -110,6 +111,11 @@ #define VIF_BUFFTOOSMALL 0x40000 #ifndef RC_INVOKED +/* Additional type definitions and function declarations, which extend + * beyond the requirements of the resource compiler, may depend on the + * custom windows types defined in + */ +#include _BEGIN_C_DECLS -- 2.11.0