Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
[wine.git] / include / device.h
blob6a5216c5aaa1374e45fe74f8ded1a96acf9892ac
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
3 extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
4 LPSECURITY_ATTRIBUTES sa );
5 #endif