Ignore:
Timestamp:
Feb 11, 2001, 11:35:29 AM (25 years ago)
Author:
sandervl
Message:

Update for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexebase.cpp

    r4440 r5090  
    1 /* $Id: winexebase.cpp,v 1.12 2000-10-06 11:04:01 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.13 2001-02-11 10:34:45 sandervl Exp $ */
    22
    33/*
     
    2727#include <wprocess.h>
    2828#include <pefile.h>
     29#include <cpuhlp.h>
    2930#include "exceptions.h"
    3031#include "exceptutil.h"
     
    114115
    115116  //Set default FPU control word (no exceptions); same as in NT
    116   _control87(0x27F, 0xFFF);
    117 #if 0
    118   ULONG Size = 16, Attr;
    119   rc = DosQueryMem((PVOID) (entryPoint), &Size, &Attr);
    120   dprintf(("Start exe; Attr = %x, rc = %d", Attr, rc));
    121 #else
     117  CONTROL87(0x27F, 0xFFF);
    122118  dprintf(("Start exe"));
    123 #endif
    124119  rc = ((WIN32EXEENTRY)entryPoint)(NULL);
    125120  RestoreOS2TIB();
Note: See TracChangeset for help on using the changeset viewer.