C:\_64\Platform_SDK\Include\WinUser.h(9659) : error C2146: syntax error : missing ')' before identifier 'gpsi' C:\_64\Platform_SDK\Include\WinUser.h(9659) : error C2061: syntax error : identifier 'gpsi' C:\_64\Platform_SDK\Include\WinUser.h(9659) : error C2059: syntax error : ';' C:\_64\Platform_SDK\Include\WinUser.h(9659) : error C2059: syntax error : ',' C:\_64\Platform_SDK\Include\WinUser.h(9660) : error C2059: syntax error : ')' C:\_64\Platform_SDK\Include\WinUser.h(9668) : error C2146: syntax error : missing ')' before identifier 'gpsi' C:\_64\Platform_SDK\Include\WinUser.h(9668) : error C2061: syntax error : identifier 'gpsi' C:\_64\Platform_SDK\Include\WinUser.h(9668) : error C2059: syntax error : ';' C:\_64\Platform_SDK\Include\WinUser.h(9668) : error C2059: syntax error : ')' ../pari-2.1.7\src\gp\highlvl.c(201) : warning C4311: 'type cast' : pointer truncation from 'GEN' to 'long' ../pari-2.1.7\src\gp\highlvl.c(204) : warning C4311: 'type cast' : pointer truncation from 'GEN' to 'long' ../pari-2.1.7\src\gp\highlvl.c(218) : warning C4311: 'type cast' : pointer truncation from 'GEN' to 'long' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. #### Enter the line number 9659 Enter (full path to) file C:\_64\Platform_SDK\Include\WinUser.h 9655: WINAPI 9656: SetScrollInfo( 9657: __in HWND hwnd, 9658: __in int nBar, 9659: __in LPCSCROLLINFO lpsi, 9660: __in BOOL redraw); 9661: 9662: WINUSERAPI 9663: BOOL 9664: WINAPI 9665: GetScrollInfo( 9666: __in HWND hwnd, 9667: __in int nBar, 9668: __inout LPSCROLLINFO lpsi); 9669: