Ros-diffs August 2007

ros-diffs@reactos.org
  • 21 participants
  • 666 discussions

[cfinck] 28398: Show whether the IP address was assigned by DHCP or manually configured. I also added the german translation strings for this. Patch by Frode Lillerud (frode AT enkelt DOT no) See issue #2570 for more details.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28397: Send a LBN_SELCHANGE notification after selecting the first network component entry, so the description text gets updated. Patch by Gregor Brunmar (gregor DOT brunmar AT home DOT se) See issue #2577 for more details.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28396: Fix cabman build breakage, when compiling it on Windows hosts with GCC (this is true, other tested build configurations did not make any problems :-P)
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28395: Use typedefs64.h in wmc instead of defining the types in the Makefile. The definition of wchar_t can also be removed as this type is defined in windef.h if it was not defined before.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28394: Also use typedefs64.h in wrc instead of defining the types in the Makefile.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28393: - Use typedefs64.h also for 64-bit host system compatibility in cabman. This unifies the way of 64-bit compatibility and also enables cabman to compile with MSVC. The remaining "unsigned long"'s have to be used for casting pointers as the pointers are always 64-bit on 64-bit machines. - Silence some warnings in MSVC 2005 and also add a MSVC project file. When you compiled the zlib library with RosBE, you can now easily use this project file without any changes to compile cabman w
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28392: Fix the mkhive bug on 64-bit systems, this time correct. See issue #2272 for more details.
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28391: Revert r28389 as it causes a build break, when you perform a full clean build I'll commit a correct fix later
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28390: [AUDIT] I had to break some SVN locks to add my latest commit. Here I'm undoing some of them now: builddep.h - Remains unlocked. It just contains basic type definitions and include statements infcommon.h - Just unlocked this file. It just contains one basic definition and two type definitions infhost.h - Remains unlocked. It just contains the function prototypes for functions in the other source files infhostgen.c - Locked again as I did not check this file infhostget.c - Locked
by cfinck@svn.reactos.org
17 years, 1 month

[cfinck] 28389: Fix the long-standing mkhive bug on 64-bit systems This is now done by adding a "typedefs64.h" header file, which uses int's instead of long's for 32-bit values. As far as I know, this is the only way to avoid the problem that a long has a size of 64-bit on 64-bit systems. This header file is now used in the host makefiles of cmlib, inflib and mkhive. It is also suitable for the other host tools, which need 32-bit values (will do some changes there in the next few days). Unfortun
by cfinck@svn.reactos.org
17 years, 1 month
Results per page: