Skip to content

Commit

Permalink
Bug 455373 - WinCE LCMS no compiler support for inline ASM. patch by …
Browse files Browse the repository at this point in the history
…wolfe, r=pavlov
  • Loading branch information
Doug Turner committed Sep 23, 2008
1 parent 018a3e3 commit 18686fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/lcms/include/lcms.h
Expand Up @@ -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)

Expand Down

0 comments on commit 18686fc

Please sign in to comment.