Author: fireball Date: Wed Mar 7 14:39:07 2007 New Revision: 26023
URL: http://svn.reactos.org/svn/reactos?rev=26023&view=rev Log: Merge 26022. rosapps/rostests should build now.
Modified: branches/ros-branch-0_3_1/reactos/include/reactos/libs/pseh/framebased.h
Modified: branches/ros-branch-0_3_1/reactos/include/reactos/libs/pseh/framebased.h URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/include... ============================================================================== --- branches/ros-branch-0_3_1/reactos/include/reactos/libs/pseh/framebased.h (original) +++ branches/ros-branch-0_3_1/reactos/include/reactos/libs/pseh/framebased.h Wed Mar 7 14:39:07 2007 @@ -29,7 +29,6 @@ #ifndef offsetof # include <stddef.h> #endif -unsigned long __cdecl DbgPrint(const char * format, ...); /* Fall back to non-optimal, non-native NLG implementation for environments without their own (e.g., currently, kernel-mode ReactOS/Windows). THIS IS NOT @@ -72,7 +71,6 @@ ) { _SEHTryLevel_t * mytrylevel; - DbgPrint("_SEHCompilerSpecificHandler(%p)\n", trylevel); mytrylevel = _SEH_CONTAINING_RECORD(trylevel, _SEHTryLevel_t, ST_Header); _SEHLongJmp(mytrylevel->ST_JmpBuf, 1); }