Skip to content

Commit

Permalink
eapp: fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
66hh authored Sep 17, 2024
1 parent f0079a6 commit 0ca6fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ typedef struct {
typedef ELIBINFO* LPELIBINFO;

typedef struct {
int32_t nEAppMajorVersion;
int32_t nEAppMinorVersion;
int32_t nType;
int32_t dwState;
int32_t nEAppBuildNumber;
void* lpfnEcode;
void* lpEConst;
Expand Down

0 comments on commit 0ca6fcb

Please sign in to comment.