Bug 455373 - WinCE LCMS no compiler support for inline ASM. patch by wolfe, r=pavlov

This commit is contained in:
Doug Turner 2008-09-23 11:00:27 -07:00
parent 0401bbf37f
commit aea0938841

View File

@ -34,7 +34,13 @@
//#define USE_FLOAT 1
// #define USE_C 1
#ifdef WINCE
// WINCE ARM does not support inline ASM.
#define USE_C 1
#else
#define USE_ASSEMBLER 1
#endif
// Define this if you are using this package as a DLL (windows only)