Skip to content

Commit

Permalink
OneBranch build fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Mar 17, 2024
1 parent 8d62a32 commit 3d71acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ntttcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Copyright (c) Microsoft Corporation.

#define NTTTCP_VERSION "5.40" // TODO: Replace with VER_MAJOR "." VER_MINOR

#define _CRT_SECURE_NO_WARNINGS 1 // Allow strtok, fopen, _ftime64
#define _CRT_SECURE_NO_WARNINGS 1 // Allow strtok, fopen, _ftime64
#define _WINSOCK_DEPRECATED_NO_WARNINGS 1 // Allow WSAAddressToStringA

#include <assert.h>
#define INCL_WINSOCK_API_TYPEDEFS 1
Expand Down

0 comments on commit 3d71acf

Please sign in to comment.