Skip to content

Commit

Permalink
fixing Windows build and opengl errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pronvit committed Oct 28, 2018
1 parent 2bcd4a9 commit fb9abf6
Show file tree
Hide file tree
Showing 10 changed files with 3,068 additions and 4,126 deletions.
8 changes: 4 additions & 4 deletions commands.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ command_result mapshot_cmd (color_ostream &out, std::vector <std::string> & para
if (!enabled)
return CR_FAILURE;

CoreSuspender suspend;
// CoreSuspender suspend;

domapshot = 10;

Expand All @@ -22,7 +22,7 @@ command_result multilevel_cmd (color_ostream &out, std::vector <std::string> & p
if (!enabled)
return CR_FAILURE;

CoreSuspender suspend;
// CoreSuspender suspend;

int pcnt = parameters.size();

Expand Down Expand Up @@ -134,7 +134,7 @@ command_result twbt_cmd (color_ostream &out, std::vector <std::string> & paramet
if (!enabled)
return CR_FAILURE;

CoreSuspender suspend;
// CoreSuspender suspend;

int pcnt = parameters.size();

Expand Down Expand Up @@ -280,7 +280,7 @@ command_result colormap_cmd (color_ostream &out, std::vector <std::string> & par
if (!enabled)
return CR_FAILURE;

CoreSuspender suspend;
// CoreSuspender suspend;

int pcnt = parameters.size();

Expand Down
Binary file added libpng/libpng15.lib
Binary file not shown.
Binary file added libpng/libpng15_static.lib
Binary file not shown.
Binary file added libpng/libpng_static.lib
Binary file not shown.
5,081 changes: 2,336 additions & 2,745 deletions libpng/png.h
100755 → 100644

Large diffs are not rendered by default.

Loading

0 comments on commit fb9abf6

Please sign in to comment.