Skip to content

Commit

Permalink
Merge pull request #69 from duncanmcn/mingw_compilation
Browse files Browse the repository at this point in the history
Change include guard to win32
  • Loading branch information
p-ranav authored Jul 22, 2020
2 parents f87de6c + 430a73b commit 41650d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/indicators/terminal_size.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <utility>


#if defined(_MSC_VER)
#if defined(_WIN32)
#include <windows.h>

namespace indicators {
Expand Down

0 comments on commit 41650d0

Please # to comment.