$ diff -up tapi.h /usr/include/wine/windows/tapi.h --- tapi.h 2007-08-23 16:15:48.000000000 +0200 +++ /usr/include/wine/windows/tapi.h 2007-10-15 00:48:25.000000000 +0200 @@ -589,9 +589,9 @@ typedef struct linedevstatus_tag { DWORD dwOpenMediaModes; DWORD dwNumActiveCalls; DWORD dwNumOnHoldCalls; - DWORD dwNumOnHoldPendCalls; + DWORD dwNumOnHoldPendingCalls; DWORD dwLineFeatures; - DWORD dwNumCallCompletions; + DWORD dwNumCallCompletion; DWORD dwRingMode; DWORD dwSignalLevel; DWORD dwBatteryLevel; $ diff -up oleidl.idl /usr/include/wine/windows/oleidl.idl --- oleidl.idl 2007-10-04 14:12:40.000000000 +0200 +++ /usr/include/wine/windows/oleidl.idl 2007-10-15 00:48:24.000000000 +0200 @@ -333,7 +333,7 @@ interface IOleItemContainer : IOleContai OLECONTF_EMBEDDINGS = 1, OLECONTF_LINKS = 2, OLECONTF_OTHERS = 4, - OLECONTF_ONLYUSER = 8, + OLECONTF_OLNYUSER = 8, OLECONTF_ONLYIFRUNNING = 16 } OLECONTF; $ diff -up signal.h /usr/include/wine/msvcrt/signal.h --- signal.h 2007-08-23 16:15:48.000000000 +0200 +++ /usr/include/wine/msvcrt/signal.h 2007-10-15 00:48:25.000000000 +0200 @@ -39,15 +39,7 @@ typedef void (*__sighandler_t)(int); #define SIG_IGN ((__sighandler_t)1) #define SIG_ERR ((__sighandler_t)-1) -#ifdef __cplusplus -extern "C" { -#endif - __sighandler_t signal(int sig, __sighandler_t func); int raise(int sig); -#ifdef __cplusplus -} -#endif - #endif /* _WINE_SIGNAL_H */ $ diff -up liboleaut32.def /usr/lib/wine/liboleaut32.def --- liboleaut32.def 2007-08-23 16:15:48.000000000 +0200 +++ /usr/lib/wine/liboleaut32.def 2007-10-15 00:48:35.000000000 +0200 @@ -366,7 +366,6 @@ EXPORTS OleCreatePictureIndirect@16 @419 OleCreateFontIndirect@12 @420 OleTranslateColor@12 @421 - OleLoadPictureFile@12 @422 OleLoadPicturePath@24 @424 VarUI4FromI8@12 @425 VarUI4FromUI8@12 @426