Try to fix gcc build (without having a local install of gcc...)

svn path=/trunk/; revision=69333
This commit is contained in:
Ged Murphy 2015-09-23 20:12:44 +00:00
parent d3519a4284
commit a8867c885d

View file

@ -219,15 +219,18 @@ extern CAtlBaseModule _AtlBaseModule;
///
// String Resource helper functions
//
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable: 4200)
#endif
struct ATLSTRINGRESOURCEIMAGE
{
WORD nLength;
WCHAR achString[];
};
#ifdef _MSC_VER
#pragma warning(pop)
#endif
inline const ATLSTRINGRESOURCEIMAGE* _AtlGetStringResourceImage(
_In_ HINSTANCE hInstance,