Skip to content

Commit

Permalink
Remove pragma comment lib from plugin.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Oct 25, 2024
1 parent dc51fbb commit 5f8fa3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions includes/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#else
#define ANALOGSDK_EXPORT __declspec(dllimport)
#endif
#pragma comment(lib, "userenv.lib")
#pragma comment(lib, "WS2_32")
#else
#define ANALOGSDK_EXPORT
#endif
Expand Down

0 comments on commit 5f8fa3d

Please sign in to comment.