Skip to content

Commit

Permalink
Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Jul 13, 2015
1 parent e51d643 commit 8567569
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 8567569

Please sign in to comment.