From c10370ed571d57032f435ddd69877318e7d5bd4b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 30 Oct 2014 23:55:51 +0100 Subject: Code readability - turn ZeroMemory into memset(a, 0, b) --- source/port.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index 2d33513..952aebf 100644 --- a/source/port.h +++ b/source/port.h @@ -212,8 +212,6 @@ typedef __int64 int64; #define _MAX_EXT PATH_MAX #define _MAX_PATH PATH_MAX -#define ZeroMemory(a,b) memset((a),0,(b)) - void _makepath(char* path, const char* drive, const char* dir, const char* fname, const char* ext); void _splitpath(const char* path, char* drive, char* dir, char* fname, -- cgit v1.2.3