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

@ -33,8 +33,8 @@
* snprintf.c)
*/
#ifndef SNPRINTF_H
#define SNPRINTF_H
#ifndef LIBSAM_SNPRINTF_H
#define LIBSAM_SNPRINTF_H
#ifdef __cplusplus
extern "C" {
#endif
@ -46,4 +46,4 @@ int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);
#ifdef __cplusplus
}
#endif
#endif /* SNPRINTF_H */
#endif /* LIBSAM_SNPRINTF_H */