Move password-querying (util-version) routines to grub-core/osdep.
This commit is contained in:
parent
c1ca424476
commit
4a445f580b
6 changed files with 130 additions and 70 deletions
5
grub-core/osdep/password.c
Normal file
5
grub-core/osdep/password.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#if defined (__MINGW32__) && !defined (__CYGWIN__)
|
||||
#include "windows/password.c"
|
||||
#else
|
||||
#include "unix/password.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue