comparison lwlink/link.c @ 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 6821f4855702
children 9c6204534ab8
comparison
equal deleted inserted replaced
385:4fd16faa4d93 386:221b5f58d8ad
28 #include <lw_alloc.h> 28 #include <lw_alloc.h>
29 #include <lw_string.h> 29 #include <lw_string.h>
30 30
31 #include "expr.h" 31 #include "expr.h"
32 #include "lwlink.h" 32 #include "lwlink.h"
33
34 #ifdef _MSC_VER
35 #include <lw_win.h> // windows build
36 #endif
33 37
34 void check_os9(void); 38 void check_os9(void);
35 39
36 struct section_list *sectlist = NULL; 40 struct section_list *sectlist = NULL;
37 int nsects = 0; 41 int nsects = 0;