1
1

Some placed have a #define for strncpy, not a function

This commit was SVN r762.
Этот коммит содержится в:
Jeff Squyres 2004-02-13 05:37:49 +00:00
родитель 27019c12f4
Коммит e4f925d0f7

Просмотреть файл

@ -10,6 +10,9 @@
/*
* Use lam_strncpy() instead of strncpy()
*/
#if defined(strncpy)
#undef strncpy
#endif
#define strncpy lam_strncpy