mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:36:41 +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
|
// String Resource helper functions
|
||||||
//
|
//
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable: 4200)
|
#pragma warning(disable: 4200)
|
||||||
|
#endif
|
||||||
struct ATLSTRINGRESOURCEIMAGE
|
struct ATLSTRINGRESOURCEIMAGE
|
||||||
{
|
{
|
||||||
WORD nLength;
|
WORD nLength;
|
||||||
WCHAR achString[];
|
WCHAR achString[];
|
||||||
};
|
};
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
inline const ATLSTRINGRESOURCEIMAGE* _AtlGetStringResourceImage(
|
inline const ATLSTRINGRESOURCEIMAGE* _AtlGetStringResourceImage(
|
||||||
_In_ HINSTANCE hInstance,
|
_In_ HINSTANCE hInstance,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue