Fixed a couple of file descriptor leaks.
[wine/multimedia.git] / include / device.h
blobd0f0c7fbfbe963a80eb399bdc90ce715dcbb6b0b
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
4 #include "winbase.h"
6 extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
7 LPSECURITY_ATTRIBUTES sa );
8 #endif