search and use user's Documents folder on Windows

This commit is contained in:
2018-09-17 22:39:32 +02:00
parent dfc4a956ab
commit 93d31e0374
4 changed files with 24 additions and 7 deletions

View File

@@ -16,4 +16,8 @@
#ifdef _WIN32
#pragma comment(lib, "BugTrapU-x64.lib")
#pragma comment(lib, "shell32.lib")
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glew32.lib")
#pragma comment(lib, "wbemuuid.lib")
#pragma comment(lib, "Shlwapi.lib")
#endif // _WIN32