mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
f7f8963f3a
- Remove legacy _USE_W32API from those drivers. svn path=/trunk/; revision=32964
8 lines
239 B
C
8 lines
239 B
C
typedef struct _RAMDRV_DEVICE_EXTENSION {
|
|
void *Buffer;
|
|
unsigned long Size;
|
|
} RAMDRV_DEVICE_EXTENSION, *PRAMDRV_DEVICE_EXTENSION;
|
|
|
|
NTSTATUS STDCALL DriverEntry(IN PDRIVER_OBJECT DriverObject,
|
|
IN PUNICODE_STRING RegistryPath);
|
|
|