Skip to content

Commit

Permalink
Fix vc98 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Jun 4, 2023
1 parent b6ded97 commit 57532d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions str.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ typedef unsigned int uint32_t;
typedef int int32_t;
#define vsnprintf _vsnprintf
#define snprintf _snprintf
#define inline __inline
#else
#include <stdint.h>
#endif
Expand Down

0 comments on commit 57532d9

Please sign in to comment.