initstr.cpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. /*****************************************************************/
  2. /**   Microsoft Internet Explorer    **/
  3. /**       Copyright (C) Microsoft Corp., 1997    **/
  4. /*****************************************************************/ 
  5. /* INITSTR -- Initialize string library
  6.  *
  7.  * History:
  8.  * 08/11/97 gregj Created
  9.  */
  10. #include "npcommon.h"
  11. BOOL fDBCSEnabled = FALSE;
  12. void WINAPI InitStringLibrary(void)
  13. {
  14.     ::fDBCSEnabled = ::GetSystemMetrics(SM_DBCSENABLED);
  15. }