mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-13 23:00:14 -06:00
12 lines
270 B
C++
12 lines
270 B
C++
#include "pch.h"
|
|
#include "Windows.Xbox.System.Console2.h"
|
|
#include "Windows.Xbox.System.Console2.g.cpp"
|
|
|
|
namespace winrt::Windows::Xbox::System::implementation
|
|
{
|
|
hstring Console2::ApplicationSpecificDeviceId()
|
|
{
|
|
throw hresult_not_implemented();
|
|
}
|
|
}
|