Skip to content

Commit

Permalink
change access modifier of PostMessage method
Browse files Browse the repository at this point in the history
  • Loading branch information
komefai committed Jan 14, 2018
1 parent 40ab4d8 commit 31bae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PS4RemotePlayInterceptor/Classes/Interceptor.cs
Expand Up @@ -48,7 +48,7 @@ public class Interceptor
{
#region Win32 API
[DllImport("user32.dll", SetLastError = true)]
public static extern IntPtr PostMessage(IntPtr hWnd, uint msg, uint wParam, uint lParam);
private static extern IntPtr PostMessage(IntPtr hWnd, uint msg, uint wParam, uint lParam);
#endregion

// Constants
Expand Down

0 comments on commit 31bae2d

Please sign in to comment.