This commit is contained in:
stax76
2017-08-31 04:14:44 +02:00
parent f9b9d91d0e
commit 059b20a2cd

View File

@@ -36,9 +36,6 @@ namespace mpvnet
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool PostMessage(IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam);
[DllImport("user32.dll", SetLastError = true)]
public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags);
[DllImport("user32.dll")]
public static extern void ReleaseCapture();