windows-nt/Source/XPSP1/NT/shell/ext/ratings/common/initstr.cpp

20 lines
475 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*****************************************************************/
/** Microsoft Internet Explorer **/
/** Copyright (C) Microsoft Corp., 1997 **/
/*****************************************************************/
/* INITSTR -- Initialize string library
*
* History:
* 08/11/97 gregj Created
*/
#include "npcommon.h"
BOOL fDBCSEnabled = FALSE;
void WINAPI InitStringLibrary(void)
{
::fDBCSEnabled = ::GetSystemMetrics(SM_DBCSENABLED);
}