Skip to content

Commit

Permalink
Apply PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Mar 7, 2022
1 parent 196b93b commit de6823b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static partial class Interop
internal static partial class Ole32
{
[DllImport(Libraries.Ole32, ExactSpelling = true)]
public static extern HRESULT DoDragDrop(
private static extern HRESULT DoDragDrop(
IDataObject pDataObj,
IntPtr pDropSource,
DROPEFFECT dwOKEffects,
Expand Down

0 comments on commit de6823b

Please sign in to comment.