mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 08:42:18 +01:00
make earlier visual studio versions work
This commit is contained in:
parent
e7b9f34242
commit
13a9e04fd2
4
third_party/snappy/snappy-stubs-public.h
vendored
4
third_party/snappy/snappy-stubs-public.h
vendored
@ -36,7 +36,7 @@
|
||||
#ifndef UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
||||
#define UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
||||
|
||||
#if 1
|
||||
#if !defined(_WIN32)
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
namespace snappy {
|
||||
|
||||
#if 1
|
||||
#if !defined(_WIN32)
|
||||
typedef int8_t int8;
|
||||
typedef uint8_t uint8;
|
||||
typedef int16_t int16;
|
||||
|
Loading…
Reference in New Issue
Block a user