Enable "Set Rel" for directory bookmarks only with portable installation
add a global variable to store if we are in a portable installation
This commit is contained in:
@@ -770,6 +770,9 @@ GFX2_GLOBAL signed char File_error;
|
||||
/// Current line number when reading/writing gfx2.ini
|
||||
GFX2_GLOBAL int Line_number_in_INI_file;
|
||||
|
||||
/// Set to true when the .cfg and .ini files are along the executable
|
||||
GFX2_GLOBAL byte Portable_Installation_Detected;
|
||||
|
||||
// -- For iconv
|
||||
|
||||
#ifdef ENABLE_FILENAMES_ICONV
|
||||
|
||||
Reference in New Issue
Block a user