mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fix overflow exception [skip ci]
This commit is contained in:
parent
768efcf7fe
commit
193eb7d6d9
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ namespace GreenshotPlugin.UnmanagedHelpers {
|
|||
/// Window Style Flags
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum WindowStyleFlags : uint {
|
||||
public enum WindowStyleFlags : long {
|
||||
//WS_OVERLAPPED = 0x00000000,
|
||||
WS_POPUP = 0x80000000,
|
||||
WS_CHILD = 0x40000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue