Changeset 14214 for trunk/libtransmission/platform.c
- Timestamp:
- Oct 27, 2013, 7:31:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r14110 r14214 29 29 #include <shlobj.h> /* for CSIDL_APPDATA, CSIDL_MYDOCUMENTS */ 30 30 #else 31 #ifdef SYS_DARWIN31 #ifdef BUILD_MAC_CLIENT 32 32 #include <CoreFoundation/CoreFoundation.h> 33 33 #endif … … 430 430 { 431 431 432 #ifdef SYS_DARWIN/* on Mac, look in the Application Support folder first, then in the app bundle. */432 #ifdef BUILD_MAC_CLIENT /* on Mac, look in the Application Support folder first, then in the app bundle. */ 433 433 434 434 /* Look in the Application Support folder */
Note: See TracChangeset
for help on using the changeset viewer.