mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Code quality changes for stability and reduced memory usage.
This commit is contained in:
parent
eb042dca58
commit
08216b09c0
21 changed files with 342 additions and 316 deletions
|
@ -504,7 +504,7 @@ namespace Greenshot.Helpers {
|
|||
public IntPtr EntryID = IntPtr.Zero;
|
||||
}
|
||||
|
||||
[DllImport("MAPI32.DLL", SetLastError = true)]
|
||||
[DllImport("MAPI32.DLL", SetLastError = true, CharSet=CharSet.Unicode)]
|
||||
public static extern int MAPISendMail(IntPtr session, IntPtr hwnd, MapiMessage message, int flg, int rsv);
|
||||
|
||||
#endregion Structs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue