View Single Post
  #5  
Old 01-08-2006, 05:42 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Code:
  // Disgrace: for windows compile
  #ifdef WIN32
  	#include <windows.h>
  	#include <winsock.h>
  	int gettimeofday (timeval *tp, ...);
  #endif
Sorry to temporarily derail the thread, but was there a coder named Disgrace, or are they saying that having to go making exceptions for Windows compiles is a disgrace?

I'm straddling the fence at 50/50 that either one of them is the case
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.

Last edited by RangerDown; 01-08-2006 at 01:44 PM..
Reply With Quote