Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
683 B

  1. --- a/dlls/shell32/shellpath.c
  2. +++ b/dlls/shell32/shellpath.c
  3. @@ -4252,7 +4252,7 @@
  4. UINT aidsMyStuff[] = { IDS_MYPICTURES, IDS_MYVIDEOS, IDS_MYMUSIC }, i;
  5. const WCHAR* MyOSXStuffW[] = { PicturesW, MoviesW, MusicW };
  6. int acsidlMyStuff[] = { CSIDL_MYPICTURES, CSIDL_MYVIDEO, CSIDL_MYMUSIC };
  7. - static const char * const xdg_dirs[] = { "PICTURES", "VIDEOS", "MUSIC", "DOCUMENTS", "DESKTOP" };
  8. + static const char * const xdg_dirs[] = { "PICTURES", "VIDEOS", "MUSIC", "WINEDOCUMENTS", "DESKTOP" };
  9. static const unsigned int num = sizeof(xdg_dirs) / sizeof(xdg_dirs[0]);
  10. WCHAR wszTempPath[MAX_PATH];
  11. char szPersonalTarget[FILENAME_MAX], *pszPersonal;