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

G Grospellier grospell@limeil.cea.fr
Mon Aug 25 23:11:00 GMT 1997


  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".



More information about the Cygwin mailing list