Some CA updates.

This commit is contained in:
soukoku
2014-07-01 07:23:55 -04:00
parent 830d8a5497
commit a8891efe3b
13 changed files with 42 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ namespace NTwain.Internals
/// The MSG structure in Windows for TWAIN use.
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct MESSAGE
struct MESSAGE
{
public MESSAGE(IntPtr hwnd, int message, IntPtr wParam, IntPtr lParam)
{