public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Macro SNDMSG definition missing in Functions.h [GNUWIN32-B18 Win95]
@ 1997-08-25 23:11 G Grospellier
  0 siblings, 0 replies; only message in thread
From: G Grospellier @ 1997-08-25 23:11 UTC (permalink / raw)
  To: gnu-win32

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-08-25 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-25 23:11 Macro SNDMSG definition missing in Functions.h [GNUWIN32-B18 Win95] G Grospellier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).