Skip to content

Commit

Permalink
Update mz_os_win32.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode authored and nmoinvaz committed Dec 22, 2023
1 parent 237a6e0 commit 965ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mz_os_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ int32_t mz_os_make_symlink(const char *path, const char *target_path) {
if (!path)
return MZ_PARAM_ERROR;

// Use VirtualQuery instead of GetModuleHandleW for UWP
/* Use VirtualQuery instead of GetModuleHandleW for UWP */
memset(&mbi, 0, sizeof(mbi));
VirtualQuery(VirtualQuery, &mbi, sizeof(mbi));
kernel32_mod = (HMODULE)mbi.AllocationBase;
Expand Down

0 comments on commit 965ed9e

Please sign in to comment.