Skip to content

Commit

Permalink
Change include guard to win32
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcn authored Jul 22, 2020
1 parent f87de6c commit 430a73b
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 430a73b

Please # to comment.