- bux fixed in usb_control_msg (the values read were not written to the original array)

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@230 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-12-15 15:50:08 +00:00
parent 2d8c8fd9cc
commit df090671df
3 changed files with 2 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
#define RC_FILE_SUB_TYPE VFT2_UNKNOWN
#define RC_PRODUCT_STR "Java LibUsb-Win32 wrapper - DLL"
#define RC_FILE_NAME_STR "LibusbJava.dll"
#define RC_VERSION_STR "0.1.0.0"
#define RC_VERSION_STR "0.1.0.1"
#include "common.rc"