mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-08 10:34:47 +08:00
msg loop tweaks & intptr cleanup.
This commit is contained in:
@@ -24,4 +24,11 @@ namespace NTwain.Internals
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
static class NativeMethods
|
||||
{
|
||||
|
||||
[DllImport("user32.dll")]
|
||||
public static extern IntPtr DefWindowProc(IntPtr hWnd, uint msg, IntPtr wParam, IntPtr lParam);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user