Skip to content

Commit

Permalink
Merge pull request #26 from tribal-tec/master
Browse files Browse the repository at this point in the history
Fix MSVC build
  • Loading branch information
Raphael Dumusc committed Jul 13, 2015
2 parents e51d643 + 8567569 commit 2a192ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitexternals
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- mode: cmake -*-
# CMake/common https://github.com/Eyescale/CMake.git 188cf22
# CMake/common https://github.com/Eyescale/CMake.git b5baa4e
2 changes: 1 addition & 1 deletion apps/DesktopStreamer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(APPLE)
else()
list(APPEND DESKTOPSTREAMER_LINK_LIBRARIES "-framework CoreGraphics")
endif()
elseif(WIN32)
elseif(MSVC)
list(APPEND DESKTOPSTREAMER_LINK_LIBRARIES Ws2_32)
endif()

Expand Down
2 changes: 1 addition & 1 deletion deflect/ImageWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enum CompressionPolicy {
* (disabled by default).
* @version 1.0
*/
struct DEFLECT_API ImageWrapper
struct ImageWrapper
{
/**
* ImageWrapper constructor
Expand Down

0 comments on commit 2a192ad

Please sign in to comment.