[Ilugc] Re: need help in 64-bit code

  • From: urwithsudheer@xxxxxxxxx (sudheer)
  • Date: Fri May 5 18:55:09 2006

Anupam Kapoor wrote:

On 5/5/06, sudheer <urwithsudheer@xxxxxxxxx> wrote:

Hello All,

I am writing a driver and apis for it , these should  be compatible for
32 bit and 64 bit system.

can't you just use #ifdef x86_64 or some such ?

I think it  is a user  define macro.
If i use this,  again i need to #undef x86_64  every time i move to  a 
32 bit system
and is same what i am doing now.


Other related posts: