Skip to content

Commit 53c3c5e

Browse files
authored
Update x86 constant name in SWLP block
1 parent 4beaaf5 commit 53c3c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App.CsWin32/Windows.Win32.Extras.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static partial class PInvoke
2222
{
2323
public static nint SetWindowLongPlat(HWND hWnd, UI.WindowsAndMessaging.WINDOW_LONG_PTR_INDEX nIndex, nint dwNewLong)
2424
{
25-
#if X86
25+
#if x86
2626
return SetWindowLong(hWnd, nIndex, (int)dwNewLong);
2727
#else
2828
return SetWindowLongPtr(hWnd, nIndex, dwNewLong);

0 commit comments

Comments
 (0)