open for other OSes!?

From: Rasca Gmelch <rasca(at)triad(dot)de>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: open for other OSes!?
Date: 2000-08-23 17:33:05
Message-ID: 39A40AD1.97AFD544@triad.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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..

cu
rasca
--
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 /\_____________.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Saltsgaver, Scott 2000-08-23 18:23:35 Conversion of \n to \r\n
Previous Message Christophe Vigny 2000-08-23 14:09:20 odbc