mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
[LOG2LINES] Compile the tool for MSVC builds
This commit is contained in:
parent
24d124f99f
commit
a09d5bae0f
8 changed files with 30 additions and 14 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
#if defined(_WIN32)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
#include <direct.h>
|
||||
|
||||
#define POPEN _popen
|
||||
|
@ -31,4 +35,8 @@
|
|||
|
||||
#endif /* not defined (_WIN32) */
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 260
|
||||
#endif
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue