Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
494 B

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