File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
kms-message/src/kms_message Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -55,30 +55,12 @@ kms_message_cleanup (void);
55
55
56
56
#ifdef _MSC_VER
57
57
#include <basetsd.h>
58
- #ifndef __cplusplus
59
- /* benign redefinition of type */
60
58
#pragma warning(disable : 4142)
61
59
#ifndef _SSIZE_T_DEFINED
62
60
#define _SSIZE_T_DEFINED
63
61
typedef SSIZE_T ssize_t ;
64
62
#endif
65
- #ifndef _SIZE_T_DEFINED
66
- #define _SIZE_T_DEFINED
67
- typedef SIZE_T size_t ;
68
- #endif
69
63
#pragma warning(default : 4142)
70
- #else
71
- /*
72
- * MSVC++ does not include ssize_t, just size_t.
73
- * So we need to synthesize that as well.
74
- */
75
- #pragma warning(disable : 4142)
76
- #ifndef _SSIZE_T_DEFINED
77
- #define _SSIZE_T_DEFINED
78
- typedef SSIZE_T ssize_t ;
79
- #endif
80
- #pragma warning(default : 4142)
81
- #endif
82
64
#endif
83
65
84
66
#endif /* KMS_MESSAGE_DEFINES_H */
You can’t perform that action at this time.
0 commit comments