Revert TerraFX update

This commit is contained in:
Jade Macho 2024-07-02 10:20:35 +02:00
parent 20810a7ed4
commit 789fd1a398
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors>0x0ade</Authors> <Authors>0x0ade</Authors>
<Company></Company> <Company></Company>
<Version>0.2.0.2</Version> <Version>0.2.0.3</Version>
<Description></Description> <Description></Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl> <PackageProjectUrl></PackageProjectUrl>
@ -26,7 +26,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.13" /> <PackageReference Include="DalamudPackager" Version="2.1.13" />
<PackageReference Include="TerraFX.Interop.Windows" Version="10.0.22621.6" /> <PackageReference Include="TerraFX.Interop.Windows" Version="10.0.22621.2" />
<Reference Include="FFXIVClientStructs"> <Reference Include="FFXIVClientStructs">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath> <HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<Private>false</Private> <Private>false</Private>

View File

@ -249,7 +249,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
Service.PluginLog.Info($"STYLE: 0x{style:X8}"); Service.PluginLog.Info($"STYLE: 0x{style:X8}");
Service.PluginLog.Info($"EXSTYLE: 0x{GetWindowLong(_currentHwnd, GWL.GWL_EXSTYLE):X8}"); Service.PluginLog.Info($"EXSTYLE: 0x{GetWindowLong(_currentHwnd, GWL.GWL_EXSTYLE):X8}");
Span<char> name = stackalloc char[512]; Span<ushort> name = stackalloc ushort[256];
GetClassName(_currentHwnd, name.GetPointer(0), name.Length); GetClassName(_currentHwnd, name.GetPointer(0), name.Length);
WNDCLASSEXW wce; WNDCLASSEXW wce;
GetClassInfoEx(GetModuleHandle(null), name.GetPointer(0), &wce); GetClassInfoEx(GetModuleHandle(null), name.GetPointer(0), &wce);

View File

@ -10,9 +10,9 @@
}, },
"TerraFX.Interop.Windows": { "TerraFX.Interop.Windows": {
"type": "Direct", "type": "Direct",
"requested": "[10.0.22621.6, )", "requested": "[10.0.22621.2, )",
"resolved": "10.0.22621.6", "resolved": "10.0.22621.2",
"contentHash": "IFjdtFFta+8awzDLCVSJMin+GBmkncFmVCUIPY4NWGPeQNoA99kFXXBgE3zNOXQ7yafnlAldUiarno0X/U0heA==" "contentHash": "lORoYCoURS33Vi7PDvubRugLF2+l5v3rX2oVEqNhpBLjs3aZpqapRvTHPKVwsC+dGrsGuqJ/3yXuxVUb0vl3vg=="
} }
} }
} }