Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
85d3f30f
Commit
85d3f30f
authored
Feb 25, 2022
by
Deucе
👌🏾
Browse files
Even when MSVC has inttypes.h, it still doesn't have ssize_t
parent
434b5ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xpdev/gen_defs.h
src/xpdev/gen_defs.h
+4
-0
No files found.
src/xpdev/gen_defs.h
View file @
85d3f30f
...
...
@@ -268,6 +268,10 @@ typedef intmax_t intptr_t;
#define SCNXMAX PRIX64
#define SCNoMAX PRIo64
#else
#if (!defined(_MSDOS)) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__))
typedef
SSIZE_T
ssize_t
;
#endif
#endif
/* Legacy 32-bit time_t */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment