From 93f120e27424b70a2ec9445e265bfbcd525aa1ee Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 14 Sep 2008 14:37:44 +0000 Subject: [PATCH] Up copyright date. --- xwords4/wince/cedict.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xwords4/wince/cedict.c b/xwords4/wince/cedict.c index eb7bb7c12..93d2db7cd 100755 --- a/xwords4/wince/cedict.c +++ b/xwords4/wince/cedict.c @@ -1,6 +1,6 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4;-*- */ +/* -*- fill-column: 77; compile-command: "make TARGET_OS=wince DEBUG=TRUE" -*- */ /* - * Copyright 1997-2001 by Eric House (xwords@eehouse.org). All rights reserved. + * Copyright 1997-2008 by Eric House (xwords@eehouse.org). All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -644,6 +644,8 @@ getDictDir( wchar_t* buf, XP_U16 bufLen ) } } +/* SHGetSpecialFolderPath(NULL,NULL,0,FALSE); */ + return success; } /* getDictDir */