Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
[wine] / dlls / ddraw / helper.c
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-08-25  Lionel UlmerFixed the displaying of the FOURCC codes in _dump_pixel...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-06-25  Gerald PfeiferProperly cast arguments to printf to match the intended...
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-06-13  Marcus MeissnerAdded 24->32 packed pixel mapping support to convert.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...