mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
fix windows build failure
This commit is contained in:
@@ -63,7 +63,7 @@ fn roaming_appdata() -> Option<PathBuf> {
|
|||||||
match SHGetKnownFolderPath(
|
match SHGetKnownFolderPath(
|
||||||
&FOLDERID_RoamingAppData,
|
&FOLDERID_RoamingAppData,
|
||||||
KF_FLAG_DONT_VERIFY as u32,
|
KF_FLAG_DONT_VERIFY as u32,
|
||||||
0,
|
std::ptr::null_mut(),
|
||||||
&mut path,
|
&mut path,
|
||||||
) {
|
) {
|
||||||
S_OK => {
|
S_OK => {
|
||||||
|
|||||||
Reference in New Issue
Block a user