aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authoraliaspider2014-10-31 00:32:50 +0100
committeraliaspider2014-10-31 00:32:50 +0100
commit545c5d00d6a1ee596d6992c498108cb3977a1b9a (patch)
tree30e5caea2512de13335f564da8186e9ff5dbb574 /source/port.h
parent55f93efc8f9fa487103495ae90972b7ed8d4d824 (diff)
parentc10370ed571d57032f435ddd69877318e7d5bd4b (diff)
downloadsnes9x2005-545c5d00d6a1ee596d6992c498108cb3977a1b9a.tar.gz
snes9x2005-545c5d00d6a1ee596d6992c498108cb3977a1b9a.tar.bz2
snes9x2005-545c5d00d6a1ee596d6992c498108cb3977a1b9a.zip
Merge branch 'master' of https://github.com/libretro/CATSFC-libretro
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h2
1 files changed, 0 insertions, 2 deletions
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,