[ctypes-commit] ctypes/source _ctypes_test.c,1.29,1.30
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2004-10-11 09:14:17
|
Update of /cvsroot/ctypes/ctypes/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30292 Modified Files: _ctypes_test.c Log Message: Fix typo in #ifdef. Index: _ctypes_test.c =================================================================== RCS file: /cvsroot/ctypes/ctypes/source/_ctypes_test.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** _ctypes_test.c 11 Oct 2004 09:04:26 -0000 1.29 --- _ctypes_test.c 11 Oct 2004 09:14:02 -0000 1.30 *************** *** 67,71 **** } ! #ifdef HAVE_WCHAR_h EXPORT(wchar_t *) my_wcsdup(wchar_t *src) { --- 67,71 ---- } ! #ifdef HAVE_WCHAR_H EXPORT(wchar_t *) my_wcsdup(wchar_t *src) { |