Still trying to get this to compile under VS.NET

This commit is contained in:
mpc
2004-12-03 05:59:25 +00:00
committed by zzz
parent 33bfa94229
commit 9f4b4c5de1
4 changed files with 46 additions and 49 deletions

View File

@ -32,8 +32,8 @@
* Note: The strl.c file retains its original license (at the top of strl.c)
*/
#ifndef STRL_H
#define STRL_H
#ifndef LIBSAM_STRL_H
#define LIBSAM_STRL_H
#ifdef __cplusplus
extern "C" {
#endif
@ -44,4 +44,4 @@ extern size_t strlcpy(char *dst, const char *src, size_t siz);
#ifdef __cplusplus
}
#endif
#endif /* STRL_H */
#endif /* LIBSAM_STRL_H */