Ignore:
Timestamp:
Jul 4, 1999, 5:34:18 PM (26 years ago)
Author:
sandervl
Message:

Some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r4 r264  
    1 /* $Id: winuser.h,v 1.1 1999-05-24 20:19:23 ktk Exp $ */
     1/* $Id: winuser.h,v 1.2 1999-07-04 15:34:18 sandervl Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    22002200/* CreateWindow() coordinates */
    22012201#define CW_USEDEFAULT ((INT)0x80000000)
     2202
     2203/* CreateWindow() coordinates */
     2204#define CW_USEDEFAULT16 ((INT16)0x8000)
    22022205
    22032206/* ChildWindowFromPointEx Flags */
Note: See TracChangeset for help on using the changeset viewer.