Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
[wine/testsucceed.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