comparison 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
comparison
equal deleted inserted replaced
385:4fd16faa4d93 386:221b5f58d8ad
78 78
79 struct fileinfo_s 79 struct fileinfo_s
80 { 80 {
81 char *filename; 81 char *filename;
82 unsigned char *filedata; 82 unsigned char *filedata;
83 long filesize; 83 int filesize;
84 section_t *sections; 84 section_t *sections;
85 int nsections; 85 int nsections;
86 int islib; // set to true if the file is a "-l" option 86 int islib; // set to true if the file is a "-l" option
87 87
88 int forced; // set to true if the file is a "forced" include 88 int forced; // set to true if the file is a "forced" include