Ignore:
Timestamp:
Apr 4, 2001, 11:00:58 AM (24 years ago)
Author:
sandervl
Message:

removed asciitounicode* & unicodetoascii functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/console.cpp

    r5308 r5471  
    1 /* $Id: console.cpp,v 1.26 2001-03-13 18:45:33 sandervl Exp $ */
     1/* $Id: console.cpp,v 1.27 2001-04-04 09:00:57 sandervl Exp $ */
    22
    33/*
     
    37603760
    37613761  /* create an ascii copy of the lpszTitle */
    3762   int iLength = UniStrlen(lpszTitle);
     3762  int iLength = lstrlenW(lpszTitle);
    37633763
    37643764  ConsoleGlobals.pszWindowTitle = (PSZ)malloc(iLength+1);
Note: See TracChangeset for help on using the changeset viewer.