1
0
Fork 0
mirror of https://github.com/LongSoft/UEFITool.git synced 2025-06-02 00:08:21 -04:00

Untie guid database from Qt

This commit is contained in:
vit9696 2018-08-02 05:37:09 +03:00
parent 6982aace9b
commit 8f6c8ef5cc
6 changed files with 79 additions and 20 deletions

View file

@ -16,6 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <vector>
#include "../version.h"
#include "../common/guiddatabase.h"
#include "uefifind.h"
int main(int argc, char *argv[])
@ -23,6 +24,8 @@ int main(int argc, char *argv[])
UEFIFind w;
UINT8 result;
initGuidDatabase("guids.csv");
if (argc == 5) {
UString inputArg = argv[1];
UString modeArg = argv[2];