Skip to content

Commit

Permalink
Merge pull request #6 from shuffle2/master
Browse files Browse the repository at this point in the history
fix: silence strictStrings build warning (linux)
  • Loading branch information
ufrisk authored Sep 17, 2019
2 parents 184a026 + 93545b2 commit b5c6ee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leechcore/leechcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ typedef void *HANDLE, **PHANDLE;
typedef uint32_t BOOL, *PBOOL;
typedef uint8_t BYTE, *PBYTE;
typedef char CHAR, *PCHAR, *PSTR, *LPSTR;
typedef const CHAR* LPCSTR;
typedef uint16_t WORD, *PWORD, USHORT, *PUSHORT;
typedef uint32_t DWORD, *PDWORD;
typedef long long unsigned int QWORD, *PQWORD, ULONG64, *PULONG64;
Expand Down Expand Up @@ -478,7 +479,7 @@ DLLEXPORT BOOL LeechCore_SetOption(_In_ ULONG64 fOption, _In_ ULONG64 qwValue);
#define LEECHCORE_STATISTICS_ID_COMMANDSVC 0x07
#define LEECHCORE_STATISTICS_ID_MAX 0x07

static const LPSTR LEECHCORE_STATISTICS_NAME[] = {
static LPCSTR LEECHCORE_STATISTICS_NAME[] = {
"LeechCore_Open",
"LeechCore_ReadScatter",
"LeechCore_Write",
Expand Down

0 comments on commit b5c6ee4

Please sign in to comment.