Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
96541797
"vscode:/vscode.git/clone" did not exist on "1e2cf2b541c7b22dbf5f0d5bf6da78d93eaa3648"
Unverified
Commit
96541797
authored
May 18, 2020
by
longpanda
Committed by
GitHub
May 18, 2020
Browse files
Update PhyDrive.c
parent
84c50066
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Ventoy2Disk/Ventoy2Disk/PhyDrive.c
Ventoy2Disk/Ventoy2Disk/PhyDrive.c
+5
-0
No files found.
Ventoy2Disk/Ventoy2Disk/PhyDrive.c
View file @
96541797
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* PhyDrive.c
* PhyDrive.c
*
*
* Copyright (c) 2020, longpanda <admin@ventoy.net>
* 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
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* modify it under the terms of the GNU General Public License as
...
@@ -29,6 +30,10 @@
...
@@ -29,6 +30,10 @@
#include "fat_filelib.h"
#include "fat_filelib.h"
#include "ff.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 VDS_SET_ERROR SetLastError
#define IVdsServiceLoader_LoadService(This, pwszMachineName, ppService) (This)->lpVtbl->LoadService(This, pwszMachineName, ppService)
#define IVdsServiceLoader_LoadService(This, pwszMachineName, ppService) (This)->lpVtbl->LoadService(This, pwszMachineName, ppService)
#define IVdsServiceLoader_Release(This) (This)->lpVtbl->Release(This)
#define IVdsServiceLoader_Release(This) (This)->lpVtbl->Release(This)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment