Ignore:
Timestamp:
Sep 2, 1999, 10:57:43 PM (26 years ago)
Author:
phaller
Message:

Fix: LONGLONG header problem

File:
1 edited

Legend:

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

    r730 r805  
    1 /* $Id: exceptions.cpp,v 1.18 1999-08-28 19:33:44 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.19 1999-09-02 20:56:48 phaller Exp $ */
    22
    33/*
     
    10071007 USHORT sel = GetFS();
    10081008
    1009     SetExceptionChain(val);   
     1009    SetExceptionChain(val);
    10101010    SetFS(sel);
    10111011}
     
    10321032  PWINEXCEPTION_FRAME orgframe;
    10331033  APIRET          rc;
    1034   ULONGULONG            timerval;
     1034  ULONGULONG_W    timerval;
    10351035
    10361036  DisableFPUExceptions();
Note: See TracChangeset for help on using the changeset viewer.