Author: fireball
Date: Wed Mar 7 14:28:51 2007
New Revision: 26022
URL:
http://svn.reactos.org/svn/reactos?rev=26022&view=rev
Log:
Revert 25953.
"[14:22] <hackbunny> Fireball: FUCK
[14:22] <hackbunny> he actually COMMITTED that code?"
Modified:
trunk/reactos/include/reactos/libs/pseh/framebased.h
Modified: trunk/reactos/include/reactos/libs/pseh/framebased.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/pseh/…
==============================================================================
--- trunk/reactos/include/reactos/libs/pseh/framebased.h (original)
+++ trunk/reactos/include/reactos/libs/pseh/framebased.h Wed Mar 7 14:28:51 2007
@@ -29,8 +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
@@ -74,7 +72,6 @@
)
{
_SEHTryLevel_t * mytrylevel;
- DbgPrint("_SEHCompilerSpecificHandler(%p)\n", trylevel);
mytrylevel = _SEH_CONTAINING_RECORD(trylevel, _SEHTryLevel_t, ST_Header);
_SEHLongJmp(mytrylevel->ST_JmpBuf, 1);
}