asalamon74 / pktriggercord

Remote control for Pentax DSLR cameras
http://pktriggercord.melda.info
GNU Lesser General Public License v3.0
103 stars 38 forks source link

Smooth some things to be easier to integrate in libgphoto2 #22

Closed msmeissn closed 7 years ago

msmeissn commented 7 years ago

Use a "FDTYPE" define for the SCSI filedescriptor handle. This will be "int" when a scsi generic device is used, HANDLE in Win32 and GPPort* in libgphoto2.

Redefine DPRINT to use libgphoto2 logging.

https://github.com/asalamon74/pktriggercord/issues/21

asalamon74 commented 7 years ago

Thanks, I hope it will help the libgphoto integration.