initstr.cpp
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

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. }