We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beaaf5 commit 53c3c5eCopy full SHA for 53c3c5e
src/Files.App.CsWin32/Windows.Win32.Extras.cs
@@ -22,7 +22,7 @@ public static partial class PInvoke
22
{
23
public static nint SetWindowLongPlat(HWND hWnd, UI.WindowsAndMessaging.WINDOW_LONG_PTR_INDEX nIndex, nint dwNewLong)
24
25
-#if X86
+#if x86
26
return SetWindowLong(hWnd, nIndex, (int)dwNewLong);
27
#else
28
return SetWindowLongPtr(hWnd, nIndex, dwNewLong);
0 commit comments