rename function to link with pocketpc-sdk

This commit is contained in:
ehouse 2006-04-20 13:47:58 +00:00
parent 97d3deffdd
commit 7d14763d8c

View file

@ -1,6 +1,7 @@
/* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */ /* -*-mode: C; fill-column: 77; c-basic-offset: 4; -*- */
/* /*
* Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved. * Copyright 2002-2006 by Eric House (xwords@eehouse.org). All rights
* reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
@ -51,7 +52,7 @@ wbname( wchar_t* buf, XP_U16 buflen, const wchar_t* in )
int len; int len;
wchar_t* result; wchar_t* result;
snwprintf( buf, buflen, L"%s", in ); _snwprintf( buf, buflen, L"%s", in );
result = buf + wcslen( buf ) - 1; result = buf + wcslen( buf ) - 1;
/* wipe out extension */ /* wipe out extension */