diff options
author | Pete Batard <pbatard@gmail.com> | 2010-08-03 01:44:20 +0100 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-08-03 01:44:20 +0100 |
commit | f5e41f3b7bcd1c43a1008327829a329b6605e93f (patch) | |
tree | 1d2c73e1c80a52a68723772671ef5101ba2e4e40 | |
parent | fce997a8c646eccd038a181987e31af41a020471 (diff) | |
download | libusb-f5e41f3b7bcd1c43a1008327829a329b6605e93f.tar.gz |
fixed bad .def directory for MSVC6 DLL project file
-rw-r--r-- | libusb_dll.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb_dll.dsp b/libusb_dll.dsp index 43b7a30..634a17e 100644 --- a/libusb_dll.dsp +++ b/libusb_dll.dsp @@ -114,7 +114,7 @@ SOURCE=".\libusb\libusb-1.0.rc" # End Source File
# Begin Source File
-SOURCE=".\msvc\libusb-1.0.def"
+SOURCE=".\libusb\libusb-1.0.def"
# End Source File
# Begin Source File
|