Changeset 4926 for trunk/include


Ignore:
Timestamp:
Jan 10, 2001, 9:53:46 PM (25 years ago)
Author:
sandervl
Message:

update

Location:
trunk/include/win
Files:
2 edited

Legend:

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

    r4834 r4926  
    1 /* $Id: commctrl.h,v 1.37 2000-12-24 12:28:19 sandervl Exp $ */
     1/* $Id: commctrl.h,v 1.38 2001-01-10 20:53:46 sandervl Exp $ */
    22/*
    33 * Common controls definitions
     
    131131
    132132/* This is only for Winelib applications. DON't use it wine itself!!! */
     133#ifndef SNDMSG
    133134#define SNDMSG WINELIB_NAME_AW(SendMessage)
    134 
     135#endif
    135136
    136137
  • trunk/include/win/commdlg.h

    r4923 r4926  
    1 /* $Id: commdlg.h,v 1.8 2001-01-10 20:38:00 sandervl Exp $ */
     1/* $Id: commdlg.h,v 1.9 2001-01-10 20:53:46 sandervl Exp $ */
    22/*
    33 * COMMDLG - Common Wine Dialog ... :-)
     
    1515#include "pshpack1.h"
    1616
    17 #ifdef __cplusplus
    18 #define SNDMSG ::SendMessage
    19 #else   /* __cplusplus */
    20 #define SNDMSG SendMessage
    21 #endif  /* __cplusplus */
     17#ifndef SNDMSG
     18#define SNDMSG WINELIB_NAME_AW(SendMessage)
     19#endif
    2220
    2321#define OFN_READONLY                 0x00000001
Note: See TracChangeset for help on using the changeset viewer.