X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=AppliStation%2FAppliStation.Util%2FNativeMethods.cs;h=14fc23592991e89c3b4af927f685f3e951071077;hp=22aedc7feb8e9a19b2db29224b20806ebd6e68e5;hb=00cce341a71184497ecc16688ee1135ee9169a96;hpb=d4a1b4464182bbf36fc3eaed055059da088c841d diff --git a/AppliStation/AppliStation.Util/NativeMethods.cs b/AppliStation/AppliStation.Util/NativeMethods.cs index 22aedc7..14fc235 100644 --- a/AppliStation/AppliStation.Util/NativeMethods.cs +++ b/AppliStation/AppliStation.Util/NativeMethods.cs @@ -583,7 +583,7 @@ namespace AppliStation.Util #endregion - [DllImport("user32.dll", CharSet = CharSet.Auto)] + [DllImport("user32.dll", CharSet=CharSet.Auto)] internal static extern IntPtr SendMessage(IntPtr hWnd, UInt32 Msg, IntPtr wParam, IntPtr lParam); [DllImport("user32.dll", CharSet=CharSet.Auto)]