open for other OSes!? - Mailing list pgsql-interfaces

From Rasca Gmelch
Subject open for other OSes!?
Date
Msg-id 39A40AD1.97AFD544@triad.de
Whole thread Raw
List pgsql-interfaces
hi pgsql ODBC developers,

it would be nice if you could use in the future a little bit
other define constructs in the C and H files.

instead of:

#ifndef WIN32
..
#else
..
#endif

use e.g.:

#ifdef WIN32
..
#elif MACOS
..
#elif <what ever is needed>
..
#else
..
#endif

this would be nice for others who want to port it to
other OSes..

curasca
-- 
Triad Berlin Projektgesellschaft mbH * Marburger Str. 3 * D-10789 Berlin
Fon +49 (0)30 219098-69 * Fax +49 (0)30 219098-61 * http://www.triad.de/
.____________/\ Triad Berlin: Culture Media Environment /\_____________.


pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: applet-servlet and pgaccess
Next
From: "Saltsgaver, Scott"
Date:
Subject: Conversion of \n to \r\n