|
Free Electron
|
Go to the documentation of this file. 7 #ifndef __platform_define_h__ 8 #define __platform_define_h__ 36 #define FE_MICROSOFT 1 61 #define FE_2D_OPENGL 1 62 #define FE_2D_DIRECTX 2 68 #define FE_3D_OPENGL 1 69 #define FE_3D_DIRECT3D 2 71 #if FE_HW==FE_X86 || FE_HW==FE_AXP 72 #define FE_ENDIAN FE_LITTLE 74 #define FE_ENDIAN FE_BIG