mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Stub 'LoadString(UINT)'
svn path=/trunk/; revision=72600
This commit is contained in:
parent
fc9eaeb551
commit
d7b8883f0c
1 changed files with 5 additions and 0 deletions
|
@ -433,6 +433,11 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
BOOL LoadString(_In_ UINT nID)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
_Check_return_ BOOL LoadString(_In_ HINSTANCE hInstance,
|
||||
_In_ UINT nID)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue