removed C++ comment from C file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-10-07 21:33:00 +00:00
parent df7e062c8c
commit c25e6f326b

View File

@ -1206,13 +1206,13 @@ WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );
return szRet;
}
#else //!wxUSE_UNICODE
#else /* !wxUSE_UNICODE */
# define wxTmemchr memchr
# define wxTmemcmp memcmp
# define wxTmemcpy memcpy
# define wxTmemmove memmove
# define wxTmemset memset
#endif
#endif /* wxUSE_UNICODE/!wxUSE_UNICODE */
#endif /*__cplusplus*/