mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Up copyright date.
This commit is contained in:
parent
302f7524ef
commit
93f120e274
1 changed files with 4 additions and 2 deletions
|
@ -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
|
* 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
|
||||||
|
@ -644,6 +644,8 @@ getDictDir( wchar_t* buf, XP_U16 bufLen )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SHGetSpecialFolderPath(NULL,NULL,0,FALSE); */
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
} /* getDictDir */
|
} /* getDictDir */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue