From 965417970b745b343f0adc8843016c66a337d888 Mon Sep 17 00:00:00 2001 From: longpanda <59477474+ventoy@users.noreply.github.com> Date: Mon, 18 May 2020 16:40:12 +0800 Subject: [PATCH] Update PhyDrive.c --- Ventoy2Disk/Ventoy2Disk/PhyDrive.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ventoy2Disk/Ventoy2Disk/PhyDrive.c b/Ventoy2Disk/Ventoy2Disk/PhyDrive.c index a9b41ce8..ed25f967 100644 --- a/Ventoy2Disk/Ventoy2Disk/PhyDrive.c +++ b/Ventoy2Disk/Ventoy2Disk/PhyDrive.c @@ -2,6 +2,7 @@ * PhyDrive.c * * Copyright (c) 2020, longpanda + * Copyright (c) 2011-2020, Pete Batard * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -29,6 +30,10 @@ #include "fat_filelib.h" #include "ff.h" +/* + * Some code and functions in the file are copied from rufus. + * https://github.com/pbatard/rufus + */ #define VDS_SET_ERROR SetLastError #define IVdsServiceLoader_LoadService(This, pwszMachineName, ppService) (This)->lpVtbl->LoadService(This, pwszMachineName, ppService) #define IVdsServiceLoader_Release(This) (This)->lpVtbl->Release(This)