Changeset 255

Show
Ignore:
Timestamp:
09/10/08 20:21:51 (5 years ago)
Author:
atorf
Message:

Possible bug: Forgot to use different libusb proto files for windows and linux?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/behrens/mfiles/COM_OpenNXTEx.m

    r237 r255  
    970970        try 
    971971            % use "our" wrapper file... 
     972%FIXME shouldn't the following call distinguish between libusb_proto and libusb_win_proto? LA, 10.9.08 
    972973            loadlibrary(hIn.ConnectionLibraryName, @libusb_win_proto) 
    973974            textOut(sprintf('done.\n'));