comparison lwasm/lwasm.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 4fd16faa4d93
children 1ebb5a0b2874
comparison
equal deleted inserted replaced
385:4fd16faa4d93 386:221b5f58d8ad
21 21
22 #ifndef ___lwasm_h_seen___ 22 #ifndef ___lwasm_h_seen___
23 #define ___lwasm_h_seen___ 23 #define ___lwasm_h_seen___
24 24
25 #ifdef _MSC_VER 25 #ifdef _MSC_VER
26 #include "lw_win.h" // windows build 26 #include <lw_win.h> // windows build
27 #endif 27 #endif
28 28
29 #include <lw_expr.h> 29 #include <lw_expr.h>
30 #include <lw_stringlist.h> 30 #include <lw_stringlist.h>
31 #include <lw_stack.h> 31 #include <lw_stack.h>