Skip to content

Commit

Permalink
fix copy file
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Nov 14, 2024
1 parent 1c3c01b commit 3fdd8f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tbox/platform/windows/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
# define SYMBOLIC_LINK_FLAG_DIRECTORY (0x1)
#endif

// https://github.com/xmake-io/xmake/discussions/5821
#ifndef COPY_FILE_COPY_SYMLINK
# define COPY_FILE_COPY_SYMLINK 0x800
#endif

/* //////////////////////////////////////////////////////////////////////////////////////
* private implementation
*/
Expand Down

0 comments on commit 3fdd8f0

Please sign in to comment.