Skip to content

Commit

Permalink
Uh oh someone broke main on an FI
Browse files Browse the repository at this point in the history
  Fixes FI bugs introduced in 33c2cd4
  • Loading branch information
zadjii-msft committed Jan 25, 2022
1 parent 10824cc commit d4ebcc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<ProjectReference Include="$(OpenConsoleDir)src\propslib\propslib.vcxproj">
<Project>{345FD5A4-B32B-4F29-BD1C-B033BD2C35CC}</Project>
</ProjectReference>
<ProjectReference Include="$(OpenConsoleDir)src\internal\internal.vcxproj">
<Project>{ef3e32a7-5ff6-42b4-b6e2-96cd7d033f00}</Project>
</ProjectReference>
<!-- The midl compiler however, _will_ aggregate our winmd dependencies
somehow. So make sure to only include top-level dependencies here (don't
include Settings and Connection, since Control will include them for us) -->
Expand Down
1 change: 1 addition & 0 deletions src/server/IoDispatchers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ PCONSOLE_API_MSG IoDispatchers::ConsoleCloseObject(_In_ PCONSOLE_API_MSG pMessag
}

// LsaGetLoginSessionData might also fit the bill here, but it looks like it does RPC with lsass.exe. Using user32 is cheaper.
#pragma warning(suppress : 4505)
static bool _isInteractiveUserSession()
{
DWORD sessionId{};
Expand Down

0 comments on commit d4ebcc2

Please sign in to comment.