- It turns out that the Visual C++ 2005 runtime calls IsDebuggerPresent, which

is not available under Windows 95. Since this is (or at least should be) the
  only thing preventing us from running under Windows 95, I added a stub that
  replaces __imp__IsDebuggerPresent@0 with a pointer to a function that checks
  for the real thing.


SVN r279 (trunk)
This commit is contained in:
Randy Heit 2006-08-02 04:57:36 +00:00
commit 3a552d4aa0
6 changed files with 89 additions and 9 deletions

View file

@ -2491,8 +2491,6 @@ static void ActorActiveSound (AActor *defaults, Baggage &bag)
//==========================================================================
static void ActorDropItem (AActor *defaults, Baggage &bag)
{
bool res;
// create a linked list of dropitems
if (!bag.DropItemSet)
{