mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 16:12:04 +00:00
[ATL]
Try to fix gcc build (without having a local install of gcc...) svn path=/trunk/; revision=69333
This commit is contained in:
parent
d3519a4284
commit
a8867c885d
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue