comparison src/util/win32.cc @ 19:6596be6917a1

dep/animone: prepare for v1.0 release; it should be ready by now
author Paper <paper@paper.us.eu.org>
date Tue, 11 Jun 2024 04:38:51 -0400
parents 27b988a1048c
children 973734ebd2be
comparison
equal deleted inserted replaced
18:04b412228ca7 19:6596be6917a1
1 /*
2 * util/win32.cc: utility functions only useful on windows
3 */
1 #include "animone/util/win32.h" 4 #include "animone/util/win32.h"
2 5
3 #include <shlobj.h> /* SHGetKnownFolderPath */ 6 #include <shlobj.h> /* SHGetKnownFolderPath */
4 #include <subauth.h> /* UNICODE_STRING */ 7 #include <subauth.h> /* UNICODE_STRING */
5 #include <windows.h> 8 #include <windows.h>