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>
<Authors>0x0ade</Authors>
<Company></Company>
<Version>0.2.0.2</Version>
<Version>0.2.0.3</Version>
<Description></Description>
<Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl>
@ -26,7 +26,7 @@
<ItemGroup>
<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">
<HintPath>$(DalamudLibPath)FFXIVClientStructs.dll</HintPath>
<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($"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);
WNDCLASSEXW wce;
GetClassInfoEx(GetModuleHandle(null), name.GetPointer(0), &wce);

View File

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