Skip to content

Commit

Permalink
Revert "removed seemingly unused HMODULE struct member, which is wind…
Browse files Browse the repository at this point in the history
…ows-specific and breaks linux build"

This reverts commit 6a5138a.
  • Loading branch information
jeskesen committed Aug 28, 2024
1 parent 8399020 commit 894d610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dcam.driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ struct Loader
{
struct Driver driver;
struct Driver* inner;
HMODULE hmodule;
};

// static enum DeviceStatusCode
Expand Down

0 comments on commit 894d610

Please sign in to comment.