mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-12 06:09:31 -06:00
12 lines
296 B
C++
12 lines
296 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()
|
|
{
|
|
Logger::NotImplemented(); throw hresult_not_implemented();
|
|
}
|
|
}
|