- loading of library (LibusbWin.dll) changed

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@106 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-03-08 11:54:51 +00:00
parent 1483f9012a
commit 314268157e

View File

@@ -291,6 +291,6 @@ public class LibusbWin {
/** **************************************************************** */
static {
System.loadLibrary("LibusbWin.dll");
System.load(System.getenv("SystemRoot") + "/system32/LibusbWin.dll");
}
}