Ignore:
Timestamp:
Feb 21, 2006, 11:17:18 AM (19 years ago)
Author:
eseidel
Message:

2006-02-21 Eric Seidel <[email protected]>

Reviewed by ggaren.

  • kjs/testkjs.cpp: #if out timeval code on win32
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/testkjs.cpp

    r12908 r12924  
    3535#include <stdlib.h>
    3636#include <string.h>
     37#if HAVE_SYS_TIME_H
    3738#include <sys/time.h>
     39#endif
    3840
    3941using namespace KJS;
     
    5153   
    5254private:
     55#if !WIN32
     56    // Windows does not have timeval, disabling this class for now (bug 7399)
    5357    timeval m_startTime;
    5458    timeval m_stopTime;
     59#endif
    5560};
    5661
Note: See TracChangeset for help on using the changeset viewer.