Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Havar
asn1c
Commits
f689f0b9
Commit
f689f0b9
authored
May 02, 2006
by
Lev Walkin
Browse files
vxworks patch; windows patch
parent
37ec0733
Changes
1
Hide whitespace changes
Inline
Side-by-side
skeletons/asn_system.h
View file @
f689f0b9
...
...
@@ -21,9 +21,10 @@
#ifdef WIN32
#include <malloc.h>
#include <stdint.h>
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define alloca(size) _alloca(size)
#ifdef _MSC_VER
/* MSVS.Net */
#ifndef __cplusplus
...
...
@@ -47,6 +48,10 @@ typedef unsigned int uint32_t;
#else
/* !WIN32 */
#if defined(__vxworks)
#include <types/vxTypes.h>
#else
/* !defined(__vxworks) */
#include <inttypes.h>
/* C99 specifies this file */
/*
* 1. Earlier FreeBSD version didn't have <stdint.h>,
...
...
@@ -69,6 +74,8 @@ typedef unsigned int uint32_t;
#endif
/* defined(sun) */
#endif
#endif
/* defined(__vxworks) */
#endif
/* WIN32 */
#ifndef __GNUC__
...
...
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