DOH, I see what happened. A new win32 specific version was added. I
forgot I was using VC++ 7 (which doesn't read the dsp files anymore), and
had imported the project file (which meant I didn't get the new updates).
Sorry about that... on a now related note: any chance of keeping VC++ 7
projects in the repository? :)
Sincerely,
Jay Freeman (saurik)
saurik@saurik.com
----- Original Message -----
From: "Jay Freeman (saurik)" <saurik@saurik.com>
To: "apr-dev" <dev@apr.apache.org>
Sent: Saturday, March 16, 2002 1:38 PM
Subject: [PATCH] apr_intialize() doesn't work on Win32
> There were some Unix specific threading code added to apr_initialize() at
> some point, and WIN32 wasn't listed in the non-Unix OS's list. Shouldn't
> there be a UNIX define somewhere that can be used instead? (If need be,
> provided by a generic APR header; so as to get the list of "non-Unix" into
a
> single location?)
>
...
>
> Sincerely,
> Jay Freeman (saurik)
> saurik@saurik.com
|