(install_service, info, apro) [_WIN32]: Convert to standard snprintf()

from _snprintf().

[_WIN32]: Add #define snprintf to convert to _snprintf for WIN32
Visual Studio.
This commit is contained in:
Ron Koenderink 2006-06-23 00:13:21 +00:00
parent 591b8d4862
commit 0e4eb6bf0a
3 changed files with 7 additions and 6 deletions

View file

@ -60,6 +60,7 @@ typedef long ssize_t;
typedef int pid_t;
#define vsnprintf _vsnprintf
#define snprintf _snprintf
#endif /* _WIN32 */