Skip to content

Commit 5cf0c98

Browse files
Fix RealPath define (#2479)
1 parent fc7004d commit 5cf0c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup/Cosmos.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#endif
1717

1818
#ifndef RealPath
19-
#define RealPath {userappdata}
19+
#define RealPath "{userappdata}"
2020
#endif
2121

2222
#if BuildConfiguration == "DevKit"

0 commit comments

Comments
 (0)