From: Keith Marshall Date: Tue, 18 Dec 2018 21:24:43 +0000 (+0000) Subject: Make header effectively self-contained. X-Git-Tag: wsl-5.2-release~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=333038742884519b865e0a975a64528c8f247e31;p=mingw%2Fmingw-org-wsl.git Make header effectively self-contained. --- 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