SameBoy/Windows/string.h
2022-05-21 18:18:34 +03:00

5 lines
89 B
C
Executable File

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