]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Update PhyDrive.c
authorlongpanda <59477474+ventoy@users.noreply.github.com>
Mon, 18 May 2020 08:40:12 +0000 (16:40 +0800)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 08:40:12 +0000 (16:40 +0800)
Ventoy2Disk/Ventoy2Disk/PhyDrive.c

index a9b41ce84ab2f9c4431ec154106fc27b60d8ba8b..ed25f9677b752b0734cccc55a8f644913bcf04ce 100644 (file)
@@ -2,6 +2,7 @@
  * PhyDrive.c
  *
  * Copyright (c) 2020, longpanda <admin@ventoy.net>
+ * Copyright (c) 2011-2020, Pete Batard <pete@akeo.ie>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
 #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)