mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Stub 'LoadString(UINT)'
svn path=/trunk/; revision=72600
This commit is contained in:
@@ -433,6 +433,11 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
BOOL LoadString(_In_ UINT nID)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
_Check_return_ BOOL LoadString(_In_ HINSTANCE hInstance,
|
||||
_In_ UINT nID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user