00001 /****************************************************************** 00002 * CAVERNsoft 00003 * Copyright (C) 1994-2000 Electronic Visualization Laboratory, 00004 * all rights reserved 00005 * By Jason Leigh, Yong-joo Cho, Naveen Krishnaprasad, Chris Scharver, 00006 * Stuart Bailey, Atul Nayak, Shalini Venkataraman 00007 * University of Illinois at Chicago 00008 * 00009 * This publication and its text and code may not be copied for commercial 00010 * use without the express written permission of the University of Illinois 00011 * at Chicago. 00012 * The contributors disclaim any representation of warranty: use this 00013 * code at your own risk. 00014 * Direct questions, comments etc to cavern@evl.uic.edu 00015 ******************************************************************/ 00016 00017 #ifdef WIN32 00018 #ifndef __GETTIMEOFDAY_H_ 00019 #define __GETTIMEOFDAY_H_ 00020 00021 #include <winsock.h> 00022 00023 #ifdef __cplusplus 00024 extern "C" 00025 { 00026 #endif 00027 00054 int gettimeofday(struct timeval *tp, void *tzp = NULL); 00055 00056 #ifdef __cplusplus 00057 } 00058 #endif 00059 00060 #endif 00061 #endif