X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;fp=src%2Fmain.c;h=a4c95d26d0cabc1219aabfc2b98624155df29c2b;hp=1cf3c9e6162e9fd429edf1440630a2cab189fa64;hb=c8689f0335cd584d24570046c6eb5a3b75701305;hpb=c425ce2cafa1ca6b07149dbff0919a9f0de8e21c diff --git a/src/main.c b/src/main.c index 1cf3c9e6..a4c95d26 100644 --- a/src/main.c +++ b/src/main.c @@ -7831,7 +7831,7 @@ static void InitProgramConfig(char *command_filename) strlen(setup.internal.program_icon_file) > 0) program_icon_file = getStringCopy(setup.internal.program_icon_file); -#if defined(PLATFORM_WIN32) || defined(PLATFORM_MACOSX) || defined(PLATFORM_EMSCRIPTEN) +#if defined(PLATFORM_WINDOWS) || defined(PLATFORM_MAC) || defined(PLATFORM_EMSCRIPTEN) userdata_subdir = program_title; #elif defined(PLATFORM_UNIX) userdata_subdir = getStringCat2(".", userdata_basename);