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/win.h

    r4 r264  
    1 /* $Id: win.h,v 1.1 1999-05-24 20:19:21 ktk Exp $ */
     1/* $Id: win.h,v 1.2 1999-07-04 15:34:18 sandervl Exp $ */
    22
    33/*
     
    6363    struct tagWND *parent;        /* Window parent (from CreateWindow) */
    6464    struct tagWND *owner;         /* Window owner */
    65     struct tagCLASS *class;       /* Window class */
     65    struct tagCLASS *Class;       /* Window class */
    6666    HWINDOWPROC    winproc;       /* Window procedure */
    6767    DWORD          dwMagic;       /* Magic number (must be WND_MAGIC) */
Note: See TracChangeset for help on using the changeset viewer.