/* * JBP (Jim Peterson ): Lots of stubs needed for * libwine.a. */ #include #include #include #include #include "windows.h" #include "dde_mem.h" #include "global.h" #include "debug.h" void SIGNAL_MaskAsyncEvents( BOOL32 mask ) { /* FIXME: signals don't work in the library */ } int CallTo32_LargeStack( int (*func)(), int nbargs, ...) { va_list arglist; int i,a[32]; va_start(arglist,nbargs); for(i=0; i