|
|
@@ -978,7 +978,7 @@ function GetMessageExtraInfo: LPARAM; external 'USER';
|
|
|
function GetQueueStatus(flags: UINT): DWORD; external 'USER';
|
|
|
|
|
|
{ Window class management }
|
|
|
-{ in Windows 3.1+, RegisterClass returns an ATOM that unquely identifies the
|
|
|
+{ in Windows 3.1+, RegisterClass returns an ATOM that uniquely identifies the
|
|
|
class. In Windows 3.0 and earlier, the return value is BOOL. That's why we
|
|
|
redefine this function in the win31 unit. }
|
|
|
function RegisterClass(lpwc: LPWNDCLASS): ATOM; external 'USER';
|