aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api
diff options
context:
space:
mode:
authorBrandon Sneed <nivenh@sourceware.org>2008-01-30 09:39:16 +0000
committerBrandon Sneed <nivenh@sourceware.org>2008-01-30 09:39:16 +0000
commit341b9607bd71805af21dae218863149afa2789de (patch)
tree9c2ed9811a133c81e2a82398842db3c2a4e89aeb /winsup/w32api
parent051085cfd4b4d4003511097a53a54dc0bc71efe7 (diff)
downloadnewlib-341b9607bd71805af21dae218863149afa2789de.zip
newlib-341b9607bd71805af21dae218863149afa2789de.tar.gz
newlib-341b9607bd71805af21dae218863149afa2789de.tar.bz2
2008-01-30 Brandon Sneed <nivenh@sourceware.org>
* lib/bthprops.def: new file, bluetooth imports.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/lib/bthprops.def8
2 files changed, 12 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 2169c72..eea4796 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,9 @@
2008-01-30 Brandon Sneed <nivenh@sourceware.org>
+ * lib/bthprops.def: new file, bluetooth imports.
+
+2008-01-30 Brandon Sneed <nivenh@sourceware.org>
+
* include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
__out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
__out_bcount_opt): Defined additional pseudo-modifiers.
diff --git a/winsup/w32api/lib/bthprops.def b/winsup/w32api/lib/bthprops.def
new file mode 100644
index 0000000..0da0774
--- /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