diff util.c @ 741:80a67be1770b

Initial work on Windows port
author Michael Pavone <pavone@retrodev.com>
date Tue, 01 Apr 2014 19:43:58 -0700
parents 32da1e0d5e55
children 2e1b3b258523
line wrap: on
line diff
--- a/util.c	Tue Mar 11 09:44:47 2014 -0700
+++ b/util.c	Tue Apr 01 19:43:58 2014 -0700
@@ -75,6 +75,7 @@
 	exe_str = str;
 }
 
+#ifndef _WIN32
 char * readlink_alloc(char * path)
 {
 	char * linktext = NULL;
@@ -138,3 +139,4 @@
 	}
 	return exe_dir;
 }
+#endif