mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #732] [MERGED] Fix build on Windows #1692
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1692
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/732
Author: @GeorgH93
Created: 6/3/2020
Status: ✅ Merged
Merged: 6/4/2020
Merged by: @p12tic
Base:
master← Head:master📝 Commits (2)
64a9320Fix build on Windows0ec5283Keep errorlevel📊 Changes
9 files changed (+12 additions, -4 deletions)
View changed files
📝
clean_build.bat(+4 -0)📝
src/lib/arch/win32/ArchInternetWindows.cpp(+1 -0)📝
src/lib/arch/win32/XArchWindows.cpp(+1 -0)📝
src/lib/arch/win32/XArchWindows.h(+2 -2)📝
src/lib/barrier/PlatformScreen.h(+1 -0)📝
src/lib/base/IEventQueue.h(+1 -0)📝
src/lib/platform/MSWindowsDesks.cpp(+1 -1)📝
src/lib/platform/MSWindowsUtil.cpp(+1 -0)📝
src/test/integtests/platform/MSWindowsKeyStateTests.cpp(+0 -1)📄 Description
This fixes a couple of issues that prevented the project from being built on Windows.
I have also modified the clean_build.bat file to retain the ERRORLEVEL so that the azure pipeline should actually fail if the build fails (currently the build script always exits with status code 0 which I assume is the reason that the azure build succeeds even thou the build itself failed).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.