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/thread.cpp

    r4658 r5090  
    1 /* $Id: thread.cpp,v 1.26 2000-11-21 11:35:09 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.27 2001-02-11 10:34:45 sandervl Exp $ */
    22
    33/*
     
    2525#include "thread.h"
    2626#include <misc.h>
     27#include <cpuhlp.h>
    2728#include <wprocess.h>
    2829#include <windllbase.h>
     
    132133
    133134  //Set default FPU control word (no exceptions); same as in NT
    134   _control87(0x27F, 0xFFF);
     135  CONTROL87(0x27F, 0xFFF);
    135136  rc = winthread(userdata);
    136137
Note: See TracChangeset for help on using the changeset viewer.