Skip to content

Commit

Permalink
File path length was changed from 260 to 2600. I hope it will be enou…
Browse files Browse the repository at this point in the history
…gh :D
  • Loading branch information
young-developer committed Nov 28, 2022
1 parent fd83a29 commit d7efbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NppNavigateTo/PluginInfrastructure/Win32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static IntPtr SendMessage(IntPtr hWnd, uint Msg, int wParam, ref LangType
return retval;
}

public const int MAX_PATH = 260;
public const int MAX_PATH = 2600;

[DllImport("kernel32")]
public static extern int GetPrivateProfileInt(string lpAppName, string lpKeyName, int nDefault,
Expand Down

0 comments on commit d7efbbe

Please sign in to comment.