- framework updated
- logger added git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@69 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package ch.ntb.usb;
|
||||
|
||||
public class LibusbWin {
|
||||
|
||||
private static final String sysDir = "C:/Windows";
|
||||
|
||||
// Core
|
||||
/**
|
||||
@@ -291,6 +293,6 @@ public class LibusbWin {
|
||||
/*******************************************************************/
|
||||
|
||||
static {
|
||||
System.loadLibrary("LibusbWin");
|
||||
System.load(sysDir + "/system32/LibusbWin.dll");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user