Ignore:
Timestamp:
Aug 18, 2000, 4:04:23 AM (25 years ago)
Author:
phaller
Message:

Shell32 update to WINE

File:
1 edited

Legend:

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

    r3850 r4033  
    1 /* $Id: winbase.h,v 1.14 2000-07-18 18:30:38 sandervl Exp $ */
     1/* $Id: winbase.h,v 1.15 2000-08-18 02:04:12 phaller Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    10871087        DWORD Reserved;
    10881088}CRITICAL_SECTION;
     1089
     1090#ifdef __WINE__
     1091#define CRITICAL_SECTION_INIT { 0, -1, 0, 0, 0, 0 }
     1092#endif
    10891093
    10901094typedef struct {
Note: See TracChangeset for help on using the changeset viewer.