A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Colin Finck da6d641d4e Fix many warnings (hopefully all) in cabman under different hosts.
We cast all ULONG's to UINT's here, because this is the only type for which we can be sure that it defines to "unsigned int".
ULONG is "unsigned long" with the Windows headers and "unsigned int" with the host headers (for 64-bit compatibility), therefore we need the casts.

svn path=/trunk/; revision=32101
2008-02-03 11:23:31 +00:00
irc * refactor the code to make it more OOP and extensible 2007-12-10 19:08:13 +00:00
reactos Fix many warnings (hopefully all) in cabman under different hosts. 2008-02-03 11:23:31 +00:00
rosapps German RC File Updates by (Dark_Shadow@gmx.at) 2008-02-03 08:21:00 +00:00
rostests These files still included the now non-existent "resource.h" files. 2008-01-17 15:22:18 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00