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

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.