Some placed have a #define for strncpy, not a function
This commit was SVN r762.
Этот коммит содержится в:
родитель
27019c12f4
Коммит
e4f925d0f7
@ -10,6 +10,9 @@
|
||||
/*
|
||||
* Use lam_strncpy() instead of strncpy()
|
||||
*/
|
||||
#if defined(strncpy)
|
||||
#undef strncpy
|
||||
#endif
|
||||
#define strncpy lam_strncpy
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user