mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 455373 - WinCE LCMS no compiler support for inline ASM. patch by wolfe, r=pavlov
This commit is contained in:
parent
018a3e394b
commit
18686fc8b5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user