From 341b9607bd71805af21dae218863149afa2789de Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Wed, 30 Jan 2008 09:39:16 +0000 Subject: [PATCH] 2008-01-30 Brandon Sneed * lib/bthprops.def: new file, bluetooth imports. --- winsup/w32api/ChangeLog | 4 ++++ winsup/w32api/lib/bthprops.def | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 winsup/w32api/lib/bthprops.def diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 2169c7296..eea4796ee 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 Brandon Sneed + + * lib/bthprops.def: new file, bluetooth imports. + 2008-01-30 Brandon Sneed * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount, diff --git a/winsup/w32api/lib/bthprops.def b/winsup/w32api/lib/bthprops.def new file mode 100644 index 000000000..0da077432 --- /dev/null +++ b/winsup/w32api/lib/bthprops.def @@ -0,0 +1,8 @@ +LIBRARY BTHPROPS.CPL +EXPORTS +BluetoothFindFirstRadio@8 +BluetoothFindFirstDevice@8 +BluetoothFindNextDevice@8 +BluetoothFindDeviceClose@4 +BluetoothFindNextRadio@8 +BluetoothFindRadioClose@4 -- 2.43.5