Ignore:
Timestamp:
Sep 1, 1999, 9:12:23 PM (26 years ago)
Author:
phaller
Message:

Fix: header file cleanup (win32type.h)

File:
1 edited

Legend:

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

    r746 r780  
    1 /* $Id: windef.h,v 1.7 1999-08-30 22:15:20 sandervl Exp $ */
     1/* $Id: windef.h,v 1.8 1999-09-01 19:12:14 phaller Exp $ */
    22
    33/*
     
    178178typedef unsigned short  WCHAR;
    179179typedef unsigned short  BOOL16;
    180 typedef int             BOOL;
     180typedef unsigned long   BOOL;
    181181typedef double          DATE;
    182182typedef long            LONG_PTR;
Note: See TracChangeset for help on using the changeset viewer.