'sizeof type' is best avoided as it won't always compile (e.g. 'int
[wine] / dlls / ntdll / signal_powerpc.c
2003-05-13  Pierre d'Herbemont- Save more registers (exception, float...) if they...
2003-05-04  Marcus MeissnerFixed powerpc compile.
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-21  Alexandre JulliardSplit signal blocking code out of SIGNAL_Reset into...
2003-03-04  Alexandre JulliardUse SIGUSR1 instead of SIGSTOP to suspend threads.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-10-30  Marcus MeissnerPowerpc instruction pointer is Iar, not Eip.
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-30  Marcus MeissnerUse Iar (Instruction Address Register) instead of Fill[0].
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Marcus MeissnerImplemented signal handling for PPC.