mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Corrected the windows folder used to store preferences.
This commit is contained in:
@@ -368,7 +368,7 @@ public class Platform extends processing.app.Platform {
|
||||
|
||||
// KNOWNFOLDERIDs are preferred to CSDIL values
|
||||
// but Windows XP only supports CSDIL so thats what we have to use
|
||||
public static final int CSIDL_APPDATA = 0x001c; // "Application Data"
|
||||
public static final int CSIDL_APPDATA = 0x001a; // "Application Data"
|
||||
public static final int CSIDL_PERSONAL = 0x0005; // "My Documents"
|
||||
|
||||
static Shell32 INSTANCE = (Shell32) Native.loadLibrary("shell32", Shell32.class, OPTIONS);
|
||||
|
||||
Reference in New Issue
Block a user