(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:
parent
591b8d4862
commit
0e4eb6bf0a
3 changed files with 7 additions and 6 deletions
|
@ -60,6 +60,7 @@ typedef long ssize_t;
|
|||
|
||||
typedef int pid_t;
|
||||
#define vsnprintf _vsnprintf
|
||||
#define snprintf _snprintf
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue