=================================================================== RCS file: /home/cvs/OpenXM_contrib2/windows/pari20/win32/pariinl.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- OpenXM_contrib2/windows/pari20/win32/pariinl.h 2005/08/04 04:34:49 1.2 +++ OpenXM_contrib2/windows/pari20/win32/pariinl.h 2009/03/17 13:30:28 1.3 @@ -1,9 +1,10 @@ /* This file contains declarations/definitions of functions that * _can_ be inlined. */ -/* $Id: pariinl.h,v 1.2 2005/08/04 04:34:49 noro Exp $ */ +/* $Id: pariinl.h,v 1.3 2009/03/17 13:30:28 ohara Exp $ */ -#ifndef WINCE +// #ifndef WINCE +#if defined(_M_IX86) # include "../pari-2.0.17.beta/src/kernel/ix86/level0.h" #else # include "../pari-2.0.17.beta/src/kernel/none/level0.h"