Fixed errors and warnings when compiling without HAVE_JOYSTICK

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2956 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-04-05 07:59:26 +00:00
parent dddfcdfd9f
commit 9a526084ec
2 changed files with 46 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Fixed compile errors when compiling without joystick support - Michael
- Added endian-aware integer read functions to uio - SvdB
- Introduce the concept of an "InputContext" - SvdB
- Don't use alloca() in uio. - SvdB