]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Tue, 26 May 2009 22:32:34 +0000 (22:32 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 26 May 2009 22:32:34 +0000 (22:32 +0000)
- Missing Win32.cs File

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2454 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Functions/Win32.cs [new file with mode: 0644]

diff --git a/win/C#/Functions/Win32.cs b/win/C#/Functions/Win32.cs
new file mode 100644 (file)
index 0000000..2d067b4
--- /dev/null
@@ -0,0 +1,10 @@
+using System.Runtime.InteropServices;\r
+\r
+namespace Handbrake.Functions\r
+{\r
+    class Win32\r
+    {\r
+        [DllImport("user32.dll")]\r
+        public static extern int SetForegroundWindow(int hWnd);\r
+    }\r
+}\r