blob: d0f0c7fbfbe963a80eb399bdc90ce715dcbb6b0b [file] [log] [blame]
Alexandre Julliardf90efa91998-06-14 15:24:15 +00001#ifndef __WINE_DEVICE_H
2#define __WINE_DEVICE_H
Patrik Stridvall1ed4ecf1999-06-26 14:58:24 +00003
4#include "winbase.h"
5
Alexandre Julliarda3960291999-02-26 11:11:13 +00006extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
Alexandre Julliard62a8b431999-01-19 17:48:23 +00007 LPSECURITY_ATTRIBUTES sa );
Alexandre Julliardf90efa91998-06-14 15:24:15 +00008#endif