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:
parent
df7e062c8c
commit
c25e6f326b
@ -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*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user