all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Incorrect declarations of thread functions on w32
@ 2006-11-27  2:44 Lennart Borgman
  2006-11-27  9:01 ` Jason Rumney
  0 siblings, 1 reply; 9+ messages in thread
From: Lennart Borgman @ 2006-11-27  2:44 UTC (permalink / raw)


The thread functions should be declared as

DWORD WINAPI ThreadProc(
   LPVOID lpParameter
);

accordning to MS docs. They are not declared that way in Emacs CVS.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-11-27 17:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  2:44 Incorrect declarations of thread functions on w32 Lennart Borgman
2006-11-27  9:01 ` Jason Rumney
2006-11-27  9:03   ` Lennart Borgman
2006-11-27  9:05     ` Jason Rumney
2006-11-27  9:16       ` Lennart Borgman
2006-11-27  9:38         ` Jason Rumney
2006-11-27 13:20           ` Lennart Borgman
2006-11-27 16:58             ` Jason Rumney
2006-11-27 17:04               ` Lennart Borgman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.