Thread
:
Latest CVS windows compiles
View Single Post
#
3
01-08-2006, 01:53 AM
gottasummer
Discordant
Join Date: Mar 2004
Location: New Hampshire, USA
Posts: 267
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
// Disgrace: for windows compile
#ifdef WIN32
#include <windows.h>
#include <winsock.h>
int gettimeofday (timeval *tp, ...);
#endif
No problems there for me :S
gottasummer
View Public Profile
Send a private message to gottasummer
Visit gottasummer's homepage!
Find all posts by gottasummer