Replace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32, as per FreeGLUT convention
[freeglut] / src / freeglut_joystick.c
2003-12-30 Nigel StewartReplace #ifdef WIN32 with #ifdef TARGET_HOST_WIN32...
2003-11-15 Christopher John... Replace TRUE with GL_TRUE and FALSE with GL_FALSE where...
2003-11-15 Richard RauchStyle normalizations to the joystick code.
2003-11-06 Richard RauchConverted the "Callbacks" structure (with named members...
2003-11-04 Richard RauchGot rid of the G_LOG_DOMAIN junk, per discussion on...
2003-10-31 Richard RauchEn masse removal of most (I think) of the remaining...
2003-10-29 Richard RauchShould be no real changes to the code function.
2003-10-29 Richard RauchShould be entirely superficial changes to code style:
2003-10-29 Richard RauchAdded Thierry's change to include sys/param.h. This...
2003-10-26 Richard RauchCommitted change from Nigel to fix the joystick bug...
2003-10-01 Richard RauchApplied a patch from "extraeme@netbsd.org" to add joyst...
2003-09-13 J.C. JonesThierry Thomas said that FreeBSD has no machine/joystic...
2003-09-10 Christopher John... A minor fix to that last commit.
2003-09-10 Christopher John... Removed some remaining glib depandancy.
2003-08-28 J.C. JonesCasting changes, John Fay
2003-06-23 Eric SandallChanged all references to the 'freeglut-1.3' directory...