﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2357	$WM_SIZING missing in WindowsConstants.au3 in 3.3.9.7	skyteddy <rainer@…>	guinness	"Hello,

if I want to compile my script with the latest beta-version 3.3.9.7, I get the following error:


#include <WindowsConstants.au3>
GUIRegisterMsg($WM_SIZING, 'ru_GuiMoveOrResize')
...

=>  warning: $WM_SIZING: possibly used before declaration.
=>  error: $WM_SIZING: undeclared global variable.


I have seen, you have made a lot of changes in the include-files, so I search for $WM_SIZING in all au3-Files in the beta\include-folder, but I can't find it.

In 3.3.8.1 it was defined in the WindowsConstants.au3

many thanks in advance
R@iner"	Bug	closed	3.3.9.8	AutoIt	3.3.9.7	None	Completed	WM_SIZING, WindowsConstants	
