[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Windows service support

From: Joseph Galbraith <galb_at_vandyke.com>
Date: 2006-02-25 04:35:30 CET

> We use WIN32, not _WIN32, and this define is obviously not necessary.

We might want to consider changing that, since it
appears that WIN32 isn't defined when building for
64-bit, but _WIN32 is.

In other words, _WIN32 appears to be the correct define
if you mean #if "this is the win32 api" and WIN32 appears
to be the correct define if you mean "this is the
32-bit version of the win32 api."

Thanks,

Joseph

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 25 04:33:25 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.