]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-01-30 Brandon Sneed <nivenh@sourceware.org>
authorBrandon Sneed <nivenh@sourceware.org>
Wed, 30 Jan 2008 09:39:16 +0000 (09:39 +0000)
committerBrandon Sneed <nivenh@sourceware.org>
Wed, 30 Jan 2008 09:39:16 +0000 (09:39 +0000)
* lib/bthprops.def: new file, bluetooth imports.

winsup/w32api/ChangeLog
winsup/w32api/lib/bthprops.def [new file with mode: 0644]

index 2169c72964db137c641af1e247f0ee265c79f609..eea4796ee88828aaf0f52f8e354d1db4d8d7b917 100644 (file)
@@ -1,3 +1,7 @@
+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,
diff --git a/winsup/w32api/lib/bthprops.def b/winsup/w32api/lib/bthprops.def
new file mode 100644 (file)
index 0000000..0da0774
--- /dev/null
@@ -0,0 +1,8 @@
+LIBRARY BTHPROPS.CPL
+EXPORTS
+BluetoothFindFirstRadio@8
+BluetoothFindFirstDevice@8
+BluetoothFindNextDevice@8
+BluetoothFindDeviceClose@4
+BluetoothFindNextRadio@8
+BluetoothFindRadioClose@4
This page took 0.042761 seconds and 5 git commands to generate.