Ignore:
Timestamp:
Dec 24, 2000, 1:28:20 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r4608 r4834  
    1 /* $Id: commctrl.h,v 1.36 2000-11-17 14:32:48 sandervl Exp $ */
     1/* $Id: commctrl.h,v 1.37 2000-12-24 12:28:19 sandervl Exp $ */
    22/*
    33 * Common controls definitions
     
    1414//#include "prsht.h"
    1515
    16 /* c++ likes nameless unions whereas c doesnt */
    17 /* (used in property sheet structures)        */
    18 
    19 #if defined(__cplusplus) && !defined(NONAMELESSUNION)
    20 #define DUMMYUNIONNAME
    21 #define DUMMYUNIONNAME1
    22 #define DUMMYUNIONNAME2
    23 #define DUMMYUNIONNAME3
    24 #define DUMMYUNIONNAME4
    25 #define DUMMYUNIONNAME5
    26 #else
    27 #define DUMMYUNIONNAME   u
    28 #define DUMMYUNIONNAME1  u1
    29 #define DUMMYUNIONNAME2  u2
    30 #define DUMMYUNIONNAME3  u3
    31 #define DUMMYUNIONNAME4  u4
    32 #define DUMMYUNIONNAME5  u5
    33 #endif
    3416
    3517#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.