+ {this type exists for compatibility with the original one in bewarehttpd,\r
+ therefore it inits on create}\r
+ twindowobject=class(twindowobjectbase)\r
+ constructor create; override;\r
+ end;\r
+\r
+function WindowProc_windowobjectbase(ahWnd:HWND; auMsg:Integer; awParam:WPARAM; alParam:LPARAM):Integer; stdcall;\r
+\r
+var\r
+ twindowobject_Class : TWndClass = (style:0; lpfnWndProc:nil;\r
+ cbClsExtra:0; cbWndExtra:sizeof(pointer); hInstance:thinstance(0); hIcon:hicon(0); hCursor:hcursor(0);\r
+ hbrBackground:hbrush(0);lpszMenuName:nil; lpszClassName:'twindowobject_class');\r
+\r
+\r