From: longpanda <59477474+ventoy@users.noreply.github.com> Date: Mon, 18 May 2020 08:40:12 +0000 (+0800) Subject: Update PhyDrive.c X-Git-Tag: v1.0.11~16 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/965417970b745b343f0adc8843016c66a337d888?ds=inline Update PhyDrive.c --- diff --git a/Ventoy2Disk/Ventoy2Disk/PhyDrive.c b/Ventoy2Disk/Ventoy2Disk/PhyDrive.c index a9b41ce..ed25f96 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)