File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222#include < sys/prctl.h>
2323#endif
2424#else
25- #include < Windows .h>
25+ #include < windows .h>
2626#endif
2727#include < string.h>
2828#include < algorithm>
@@ -64,7 +64,7 @@ AsyncFileLogger::~AsyncFileLogger()
6464 }
6565 while (!writeBuffers_.empty ())
6666 {
67- StringPtr tmpPtr = (StringPtr &&) writeBuffers_.front ();
67+ StringPtr tmpPtr = (StringPtr &&)writeBuffers_.front ();
6868 writeBuffers_.pop ();
6969 writeLogToFile (tmpPtr);
7070 }
@@ -162,7 +162,7 @@ void AsyncFileLogger::logThreadFunc()
162162
163163 while (!tmpBuffers_.empty ())
164164 {
165- StringPtr tmpPtr = (StringPtr &&) tmpBuffers_.front ();
165+ StringPtr tmpPtr = (StringPtr &&)tmpBuffers_.front ();
166166 tmpBuffers_.pop ();
167167 writeLogToFile (tmpPtr);
168168 tmpPtr->clear ();
Original file line number Diff line number Diff line change 2121#include < iostream>
2222#include < string.h>
2323#ifdef _WIN32
24- #include < WinSock2 .h>
24+ #include < winsock2 .h>
2525#include < time.h>
2626#endif
2727
Original file line number Diff line number Diff line change 1414
1515#include " Utilities.h"
1616#ifdef _WIN32
17- #include < Windows .h>
17+ #include < windows .h>
1818#include < ntsecapi.h>
1919#include < algorithm>
2020#else // _WIN32
Original file line number Diff line number Diff line change 2121typedef unsigned char BYTE ; // 8-bit byte
2222typedef unsigned int WORD ; // 32-bit word, change to "long" for 16-bit machines
2323#else
24- #include <Windows .h>
24+ #include <windows .h>
2525#endif
2626
2727typedef struct
Original file line number Diff line number Diff line change 1313#ifndef _WIN32
1414#include <stddef.h>
1515#else
16- #include <Windows .h>
16+ #include <windows .h>
1717#endif
1818
1919/****************************** MACROS ******************************/
You can’t perform that action at this time.
0 commit comments