Commit 06a8ee09 authored by NeroBurner's avatar NeroBurner Committed by NeroBurner

logging: fix basetsd on case sensitive sytems

parent 2faa186e
...@@ -183,7 +183,7 @@ GLOG_DEFINE_string(log_backtrace_at, "", ...@@ -183,7 +183,7 @@ GLOG_DEFINE_string(log_backtrace_at, "",
#ifndef HAVE_PREAD #ifndef HAVE_PREAD
#if defined(OS_WINDOWS) #if defined(OS_WINDOWS)
#include <BaseTsd.h> #include <basetsd.h>
#define ssize_t SSIZE_T #define ssize_t SSIZE_T
#endif #endif
static ssize_t pread(int fd, void* buf, size_t count, off_t offset) { static ssize_t pread(int fd, void* buf, size_t count, off_t offset) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment