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()
|
* Use lam_strncpy() instead of strncpy()
|
||||||
*/
|
*/
|
||||||
|
#if defined(strncpy)
|
||||||
|
#undef strncpy
|
||||||
|
#endif
|
||||||
#define strncpy lam_strncpy
|
#define strncpy lam_strncpy
|
||||||
|
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user