.
[sfinx.git] / include / platform.H
blob4044ac1ab8b7ab28fe6b622480d538cc87f4b51e
2  /*
3   *   Copyright (C) 2007, Rus V. Brushkoff, All rights reserved.
4   */
6 #ifndef _PLATFORM_H_
7 #define _PLATFORM_H_
9 // hmm, do not know how elegant this has to be solved in 64bit platforms
10 #define to_voidp(x)     ((void *)((unsigned long)(x)))
11 #define from_voidp(x)   ((unsigned long)(x))
13 #endif