<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,10 @@
 #undef USE_AMALLOC
 
+#ifdef WINDOWS
+  #define strcasecmp stricmp
+  #define strncasecmp strnicmp
+#endif
+
 #define DL_TAG_EXTENSION 1
 #define TABSTOP 4
 #define COINTOSS() (rand()&amp;1)</diff>
      <filename>config.h</filename>
    </modified>
    <modified>
      <diff>@@ -23,5 +23,14 @@ build = {
          &quot;resource.c&quot;,
          &quot;ldiscount.c&quot;
       }
+   },
+   platforms = {
+      windows = {
+         modules = {
+            discount = {
+               defines = {&quot;WINDOWS&quot;}
+            }
+         }
+      }
    }
 }</diff>
      <filename>lua-discount-dev-1.rockspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f6979f343ea3acdfaccb9b9a8fa5de896820936d</id>
    </parent>
  </parents>
  <author>
    <name>A.S. Bradbury</name>
    <email>asb@asbradbury.org</email>
  </author>
  <url>http://github.com/asb/lua-discount/commit/7c1372e397f0f59825b88dffe0ef0ba54b8a8823</url>
  <id>7c1372e397f0f59825b88dffe0ef0ba54b8a8823</id>
  <committed-date>2008-09-17T04:56:05-07:00</committed-date>
  <authored-date>2008-09-17T04:51:53-07:00</authored-date>
  <message>lua-discount is buildable on windows

Tested with MSVC++ Express 2005, all tests pass.</message>
  <tree>6456dcba91ab0f777d06b087dbee74d7a021582b</tree>
  <committer>
    <name>A.S. Bradbury</name>
    <email>asb@asbradbury.org</email>
  </committer>
</commit>
