Ros-diffs June 2009

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

[cwittich] 41438: fix msvc build
by cwittich@svn.reactos.org
15 years, 5 months

[sginsberg] 41437: - Leftover from 41436
by sginsberg@svn.reactos.org
15 years, 5 months

[sginsberg] 41436: - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. - Fix this by defining DBG on non-debug build too and deprecate all usage of #ifdef DBG.
by sginsberg@svn.reactos.org
15 years, 5 months

[cwittich] 41435: some code cleanup
by cwittich@svn.reactos.org
15 years, 5 months

[hyperion] 41434: modified include/crt/_mingw.h No "restrict" support in Visual C++ (and __restrict isn't the same thing) modified include/crt/stdarg.h Really fix stdarg.h this time modified include/crt/wchar.h modified include/psdk/dde.h modified include/psdk/mmsystem.h modified include/psdk/prsht.h modified include/psdk/rpcndr.h modified include/psdk/shellapi.h modified include/psdk/winbase.h modified include/psdk/wincon.h modified include/psdk/wincrypt.h modified include/psdk/windef.h modifie
by hyperion@svn.reactos.org
15 years, 5 months

[khornicek] 41433: - correct fix, also free the allocated buffer
by khornicek@svn.reactos.org
15 years, 5 months

[khornicek] 41432: - sync quartz with Wine 1.1.23
by khornicek@svn.reactos.org
15 years, 5 months

[khornicek] 41431: - kill warnings
by khornicek@svn.reactos.org
15 years, 5 months

[hyperion] 41430: Fix (?) build
by hyperion@svn.reactos.org
15 years, 5 months

[hyperion] 41429: modified include/crt/stdarg.h modified include/crt/vadefs.h Our headers suck so hard. More Visual C++ compatibility
by hyperion@svn.reactos.org
15 years, 5 months
Results per page: