Changeset 368 for trunk/include


Ignore:
Timestamp:
Jul 22, 1999, 9:10:50 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32type.h

    r339 r368  
    1 /* $Id: win32type.h,v 1.11 1999-07-19 18:39:43 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.12 1999-07-22 19:10:50 sandervl Exp $ */
    22
    33#ifndef __WIN32TYPE_H__
     
    250250} CREATESTRUCTW, *LPCREATESTRUCTW;
    251251
     252#ifndef RECT
     253//conflict with mcios2.h
     254
    252255typedef struct tagRECT
    253256{
     
    258261} RECT, *PRECT, *LPRECT;
    259262typedef const RECT *LPCRECT;
    260 
    261 #endif
     263#endif
     264
     265#endif
Note: See TracChangeset for help on using the changeset viewer.