Author: greatlrd
Date: Sat Mar 3 16:52:13 2007
New Revision: 25972
URL:
http://svn.reactos.org/svn/reactos?rev=25972&view=rev
Log:
forget the dprint change in framebased.h
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/includ…
==============================================================================
--- 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 Sat Mar 3
16:52:13 2007
@@ -71,8 +71,8 @@
_SEHPortableTryLevel_t * trylevel
)
{
- // DbgPrint("_SEHCompilerSpecificHandler(%p)\n", trylevel);
_SEHTryLevel_t * mytrylevel;
+ DbgPrint("_SEHCompilerSpecificHandler(%p)\n", trylevel);
mytrylevel = _SEH_CONTAINING_RECORD(trylevel, _SEHTryLevel_t, ST_Header);
_SEHLongJmp(mytrylevel->ST_JmpBuf, 1);
}