[REACTOS] Fix 64 bit build (#465)
[reactos.git] / modules / rosapps / drivers / vfd / vfddrv.h
index 589ca89..4760d3b 100644 (file)
@@ -248,7 +248,11 @@ VfdQueryImage(
        IN      PDEVICE_EXTENSION               DeviceExtension,
        OUT     PVFD_IMAGE_INFO                 ImageInfo,
        IN      ULONG                                   BufferLength,
+#ifndef __REACTOS__
        OUT     PULONG                                  ReturnLength);
+#else
+       OUT     PSIZE_T                                 ReturnLength);
+#endif
 
 //
 //     vfdrdwr.c