comparison dep/animone/src/util/win32.cc @ 310:a4257370de16

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 b1f625b0227c
children a7d4e5107531
comparison
equal deleted inserted replaced
309:bf89fbf7ff38 310:a4257370de16
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>