This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Macro SNDMSG definition missing in Functions.h [GNUWIN32-B18 Win95]



  I am using GnuWin32-B18 under W95.

  When I use the functions CommDlg_*, defined in 'Windows32/Functions.h',
  the symbol SNDMSG is undefined at link time.

  I think it is because SNDMSG is a macro but you did not defined it. In
  BC5.0 or MSVC4.0, it is defined like that:

  #ifdef __cplusplus
  #define SNDMSG  ::SendMessage
  #else
  #define SNDMSG    SendMessage
  #endif

  I am sorry if is bug has already been reported but I did not seen it
  anywhere.

  Gilles.
  <grospell@limeil.cea.fr>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]