mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[GRMBL]: Fix build on *niks.
svn path=/trunk/; revision=68256
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <string.h> // Required for _stricmp()
|
||||
#else
|
||||
#include <strings.h> // Required for strcasecmp()
|
||||
#define _stricmp strcasecmp
|
||||
#endif
|
||||
|
||||
static size_t dumpHex(FILE* inFile, FILE* outCFile, char nullTerminate)
|
||||
{
|
||||
size_t bufLen = 0;
|
||||
|
||||
Reference in New Issue
Block a user