diff options
author | John Wiegley <johnw@newartisans.com> | 2016-09-17 14:41:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 14:41:15 -0700 |
commit | 132156766770da8340138aab117cf7e37787403c (patch) | |
tree | 5f837949c367f435d947833c6f52e37473357ee6 /src/times.cc | |
parent | a3b573e1107729e743c96da8ed9272361ba6ae31 (diff) | |
parent | c193cc3a5b4dbf39e19744cf4d30e616298eaa86 (diff) | |
download | ledger-132156766770da8340138aab117cf7e37787403c.tar.gz ledger-132156766770da8340138aab117cf7e37787403c.tar.bz2 ledger-132156766770da8340138aab117cf7e37787403c.zip |
Merge pull request #466 from schmave/win-1
Fix build under msys32; add Appveyor continuous build
Diffstat (limited to 'src/times.cc')
-rw-r--r-- | src/times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/times.cc b/src/times.cc index 274abc83..01b89848 100644 --- a/src/times.cc +++ b/src/times.cc @@ -33,7 +33,7 @@ #include "times.h" -#ifdef WIN32 +#ifdef _WIN32 #include "strptime.h" #endif |