Skip to content

Commit d7b8883

Browse files
committed
Stub 'LoadString(UINT)'
svn path=/trunk/; revision=72600
1 parent fc9eaeb commit d7b8883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reactos/sdk/lib/atl/cstringt.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@ class CStringT :
433433
return *this;
434434
}
435435

436+
BOOL LoadString(_In_ UINT nID)
437+
{
438+
return 0;
439+
}
440+
436441
_Check_return_ BOOL LoadString(_In_ HINSTANCE hInstance,
437442
_In_ UINT nID)
438443
{

0 commit comments

Comments
 (0)