Skip to content

Commit dcbb1f6

Browse files
committed
fix: build failed
1 parent cf9ef50 commit dcbb1f6

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

driver/apdu/at_win32.c

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
#include "at_win32.h"
2-
#include <cjson/cJSON_ex.h>
3-
#include <devguid.h>
4-
#include <euicc/hexutil.h>
5-
#include <euicc/interface.h>
6-
#include <initguid.h>
7-
#include <inttypes.h>
8-
#include <regstr.h>
9-
#include <setupapi.h>
2+
#include "at_common.h"
3+
104
#include <stdio.h>
115
#include <stdlib.h>
126
#include <string.h>
7+
#include <inttypes.h>
8+
9+
#include <initguid.h>
1310
#include <windows.h>
11+
#include <regstr.h>
12+
#include <setupapi.h>
13+
#include <devguid.h>
1414

15-
#include "at_common.h"
15+
#include <euicc/hexutil.h>
16+
#include <euicc/interface.h>
1617
#include <lpac/utils.h>
1718

1819
#pragma comment(lib, "setupapi.lib")

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
#include "applet/version.h"
1717

1818
#ifdef WIN32
19+
# include <windef.h>
1920
# include <processenv.h>
2021
# include <processthreadsapi.h>
21-
# include <shellapi.h>
2222
# include <stringapiset.h>
23-
# include <windef.h>
23+
# include <shellapi.h>
2424
#endif
2525

2626
#define ENV_ISD_R_AID "LPAC_CUSTOM_ISD_R_AID"

0 commit comments

Comments
 (0)