Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Added missing include for wchar_t* in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertguetzkow committed Apr 26, 2019
1 parent cc2e6e9 commit ab9f99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trashcan.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

#ifdef WIN32
#include <stdbool.h>
#include <wchar.h>

/**
* @brief Moves a file or a directory (and its content) to the recycling bin.
Expand Down

0 comments on commit ab9f99f

Please sign in to comment.