Skip to content

Commit

Permalink
[+] #54: Windy: Property border[] - Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppfrosch committed Mar 13, 2017
1 parent dbc8673 commit 52b35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Windy/Const_WinUser.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class WS {
static OVERLAPPEDWINDOW := 0x00CF0000 ; WS_OVERLAPPED|CAPTION|SYSMENU|THICKFRAME|MINIMIZEBOX|MAXIMIZEBOX
static POPUPWINDOW := 0x80880000 ; WS_POPUP|BORDER|SYSMENU
static TILEDWINDOW := 0x00CF0000 ; WS_OVERLAPPEDWINDOW
static BORDER := 0x00C40000 ; WS_BORDER|WS_DLGFRAME|WS_SIZEBOX
static BORDERLESS := 0x00C40000 ; WS_BORDER|WS_DLGFRAME|WS_SIZEBOX

class EX {
; ExStyles =============================================================================================================
Expand Down

0 comments on commit 52b35e3

Please sign in to comment.