Skip to content

Commit

Permalink
fix cdci
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li authored and Xinyu Li committed Aug 29, 2024
1 parent 4ad2920 commit 03c2116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#if _WIN32
#define WIN32_LEAN_AND_MEAN
#include <psapi.h>
#include <windows.h>
#include <psapi.h>
#define ION_DYNAMIC_MODULE_PREFIX ""
#define ION_DYNAMIC_MODULE_EXT ".dll"
#elif __APPLE__
Expand Down

0 comments on commit 03c2116

Please sign in to comment.