SameBoy/Windows/string.h

5 lines
89 B
C
Executable File

#pragma once
#include_next <string.h>
#define strdup _strdup
#define strcasecmp _stricmp