diff lwlink/lwlink.h @ 386:221b5f58d8ad

Port remainder of tools to Windows Thanks to Erik G <erik@6809.org> for the patch. Quoth Erik: "As a thank you for putting up with my nonsense, I ported the remaining binaries. Although I'm not using them (yet), I did verify that they work and the changes are basically zero so I have confidence in them."
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 21:32:39 -0600
parents 55c1f9a321e9
children 1744f2d1a821
line wrap: on
line diff
--- a/lwlink/lwlink.h	Mon Jul 13 21:26:34 2015 -0600
+++ b/lwlink/lwlink.h	Mon Jul 13 21:32:39 2015 -0600
@@ -80,7 +80,7 @@
 {
 	char *filename;
 	unsigned char *filedata;
-	long filesize;
+	int filesize;
 	section_t *sections;
 	int nsections;
 	int islib;				// set to true if the file is a "-l" option