Skip to content

Commit

Permalink
CXX: Use _unlink for windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Aug 16, 2024
1 parent 3b252c4 commit f3cff13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions picture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#if defined(_WIN32)
#include <Windows.h>
#include <shellapi.h>
#include <cstdio>
#define unlink _unlink
#endif

#include <thread>
Expand Down

0 comments on commit f3cff13

Please sign in to comment.