Stub 'LoadString(UINT)'

svn path=/trunk/; revision=72600
This commit is contained in:
Ged Murphy 2016-09-06 20:30:13 +00:00
parent fc9eaeb551
commit d7b8883f0c

View file

@ -433,6 +433,11 @@ public:
return *this;
}
BOOL LoadString(_In_ UINT nID)
{
return 0;
}
_Check_return_ BOOL LoadString(_In_ HINSTANCE hInstance,
_In_ UINT nID)
{