Skip to content

Commit

Permalink
Merge pull request #378 from BourgeoisLab/patch-1
Browse files Browse the repository at this point in the history
Match nfc.h
  • Loading branch information
neomilium committed Dec 5, 2016
2 parents 659f5f4 + 65477ee commit a07a496
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contrib/win32/nfc.def
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ VERSION 1.7
EXPORTS
nfc_init
nfc_exit
nfc_register_driver
nfc_open
nfc_close
nfc_abort_command
Expand All @@ -17,7 +18,6 @@ EXPORTS
nfc_initiator_select_dep_target
nfc_initiator_poll_dep_target
nfc_initiator_deselect_target
nfc_initiator_poll_targets
nfc_initiator_transceive_bytes
nfc_initiator_transceive_bits
nfc_initiator_transceive_bytes_timed
Expand All @@ -36,11 +36,15 @@ EXPORTS
nfc_device_get_connstring
nfc_device_get_supported_modulation
nfc_device_get_supported_baud_rate
nfc_device_get_supported_baud_rate_target_mode
nfc_device_set_property_int
nfc_device_set_property_bool
iso14443a_crc
iso14443a_crc_append
iso14443b_crc
iso14443b_crc_append
iso14443a_locate_historical_bytes
nfc_free
nfc_version
nfc_device_get_information_about
str_nfc_modulation_type
Expand Down

0 comments on commit a07a496

Please sign in to comment.