diff dep/animia/include/win32.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents 6ff7aabeb9d7
children eab9e623eb84
line wrap: on
line diff
--- a/dep/animia/include/win32.h	Fri Sep 29 15:52:31 2023 -0400
+++ b/dep/animia/include/win32.h	Sun Oct 01 06:16:06 2023 -0400
@@ -9,6 +9,7 @@
 std::vector<int> get_all_pids();
 std::string get_process_name(int pid);
 std::vector<std::string> get_open_files(int pid);
+std::vector<std::string> filter_system_files(const std::vector<std::string>& source);
 std::unordered_map<int, std::vector<std::string>> get_all_open_files();
 
 }