Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified code/client/launcher/BackdropBrush.winmd
Binary file not shown.
16 changes: 8 additions & 8 deletions code/client/launcher/CitiLaunch/BackdropBrush.g.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.201201.7
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220110.5

#pragma once
#include "winrt/CitiLaunch.h"
Expand All @@ -8,30 +8,30 @@
namespace winrt::CitiLaunch::implementation
{
template <typename D, typename... I>
struct __declspec(empty_bases) BackdropBrush_base : implements<D, CitiLaunch::BackdropBrush, composing, Windows::UI::Xaml::Media::IXamlCompositionBrushBaseOverrides, Windows::UI::Xaml::Media::IBrushOverrides2, I...>,
impl::require<D, Windows::UI::Xaml::Media::IXamlCompositionBrushBase, Windows::UI::Xaml::Media::IXamlCompositionBrushBaseProtected, Windows::UI::Xaml::Media::IBrush, Windows::UI::Composition::IAnimationObject, Windows::UI::Xaml::IDependencyObject, Windows::UI::Xaml::IDependencyObject2>,
impl::base<D, Windows::UI::Xaml::Media::XamlCompositionBrushBase, Windows::UI::Xaml::Media::Brush, Windows::UI::Xaml::DependencyObject>,
Windows::UI::Xaml::Media::IXamlCompositionBrushBaseOverridesT<D>, Windows::UI::Xaml::Media::IBrushOverrides2T<D>
struct __declspec(empty_bases) BackdropBrush_base : implements<D, CitiLaunch::BackdropBrush, composing, winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseOverrides, winrt::Windows::UI::Xaml::Media::IBrushOverrides2, I...>,
impl::require<D, winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBase, winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseProtected, winrt::Windows::UI::Xaml::Media::IBrush, winrt::Windows::UI::Composition::IAnimationObject, winrt::Windows::UI::Xaml::IDependencyObject, winrt::Windows::UI::Xaml::IDependencyObject2>,
impl::base<D, winrt::Windows::UI::Xaml::Media::XamlCompositionBrushBase, winrt::Windows::UI::Xaml::Media::Brush, winrt::Windows::UI::Xaml::DependencyObject>,
winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseOverridesT<D>, winrt::Windows::UI::Xaml::Media::IBrushOverrides2T<D>
{
using base_type = BackdropBrush_base;
using class_type = CitiLaunch::BackdropBrush;
using implements_type = typename BackdropBrush_base::implements_type;
using implements_type::implements_type;
using composable_base = Windows::UI::Xaml::Media::XamlCompositionBrushBase;
using composable_base = winrt::Windows::UI::Xaml::Media::XamlCompositionBrushBase;
hstring GetRuntimeClassName() const
{
return L"CitiLaunch.BackdropBrush";
}
BackdropBrush_base()
{
impl::call_factory<Windows::UI::Xaml::Media::XamlCompositionBrushBase, Windows::UI::Xaml::Media::IXamlCompositionBrushBaseFactory>([&](Windows::UI::Xaml::Media::IXamlCompositionBrushBaseFactory const& f) { [[maybe_unused]] auto winrt_impl_discarded = f.CreateInstance(*this, this->m_inner); });
impl::call_factory<winrt::Windows::UI::Xaml::Media::XamlCompositionBrushBase, winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseFactory>([&](winrt::Windows::UI::Xaml::Media::IXamlCompositionBrushBaseFactory const& f) { [[maybe_unused]] auto winrt_impl_discarded = f.CreateInstance(*this, this->m_inner); });
}
};
}
namespace winrt::CitiLaunch::factory_implementation
{
template <typename D, typename T, typename... I>
struct __declspec(empty_bases) BackdropBrushT : implements<D, Windows::Foundation::IActivationFactory, I...>
struct __declspec(empty_bases) BackdropBrushT : implements<D, winrt::Windows::Foundation::IActivationFactory, I...>
{
using instance_type = CitiLaunch::BackdropBrush;

Expand Down
2 changes: 1 addition & 1 deletion code/client/launcher/build_winmd.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
midl /winrt /metadata_dir "%WindowsSdkDir%References\10.0.22000.0\windows.foundation.foundationcontract\4.0.0.0" /h "nul" /nomidl /reference "%WindowsSdkDir%References\10.0.22000.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd" /reference "%WindowsSdkDir%References\10.0.22000.0\Windows.Foundation.UniversalApiContract\13.0.0.0\Windows.Foundation.UniversalApiContract.winmd" BackdropBrush.idl
midl /winrt /metadata_dir "%WindowsSdkDir%References\10.0.22621.0\windows.foundation.foundationcontract\4.0.0.0" /h "nul" /nomidl /reference "%WindowsSdkDir%References\10.0.22621.0\Windows.Foundation.FoundationContract\4.0.0.0\Windows.Foundation.FoundationContract.winmd" /reference "%WindowsSdkDir%References\10.0.22621.0\Windows.Foundation.UniversalApiContract\15.0.0.0\Windows.Foundation.UniversalApiContract.winmd" BackdropBrush.idl

cppwinrt -in BackdropBrush.winmd -c -r sdk -o .

Expand Down
13 changes: 8 additions & 5 deletions code/client/launcher/winrt/CitiLaunch.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion code/client/launcher/winrt/fast_forward.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions code/client/launcher/winrt/impl/CitiLaunch.0.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions code/client/launcher/winrt/impl/CitiLaunch.1.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions code/client/launcher/winrt/impl/CitiLaunch.2.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ workspace "CitizenMP"

buildoptions { '/Zc:preprocessor' }

systemversion '10.0.22000.0'
systemversion '10.0.22621.0'
else
vectorextensions 'SSSE3'
end
Expand Down
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To build FiveM, RedM or FXServer on Windows you need the following dependencies:
- Windows application development
- Individual components
- .NET Framework 4.6 targeting pack
- Windows 11 SDK (10.0.22000.0)
- Windows 11 SDK (10.0.22621.0)

You can install these workloads by going to "Tools" -> "Get Tools and Features..." -> Check the checkboxes -> Click "Modify" in the bottom right corner.

Expand Down