Ignore:
Timestamp:
Sep 2, 1999, 12:10:48 PM (26 years ago)
Author:
phaller
Message:

Fix: fixes in WINE macros and dependencies

File:
1 edited

Legend:

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

    r722 r785  
    1 /* $Id: commctrl.h,v 1.11 1999-08-28 09:25:55 achimha Exp $ */
     1/* $Id: commctrl.h,v 1.12 1999-09-02 10:10:10 phaller Exp $ */
    22/*
    33 * Common controls definitions
     
    1515/* c++ likes nameless unions whereas c doesnt */
    1616/* (used in property sheet structures)        */
    17 #ifdef __cplusplus
     17
     18#if defined(__cplusplus) && !defined(NONAMELESSUNION)
    1819#define DUMMYUNIONNAME
    1920#define DUMMYUNIONNAME1
Note: See TracChangeset for help on using the changeset viewer.