Changeset 100 in tspsg-svn for trunk/src/globals.h
- Timestamp:
- Apr 8, 2010, 11:02:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/globals.h
r98 r100 54 54 /*! 55 55 * \def PATH_L10N 56 * \brief Bath to internationalization files.56 * \brief Path to internationalization files. 57 57 */ 58 58 #ifndef PATH_L10N … … 117 117 #endif // Q_OS_WIN32 118 118 119 #if defined(Q_OS_WINCE_WM) || defined(Q_OS_SYMBIAN) 120 //! This is defined on handheld (e.g., Windows Mobile, Symbian) devices. 121 #define HANDHELD 122 #endif 123 119 124 // Sanity checks 120 125 // Check that default number of cities is sane (<= MAX_NUM_CITIES)
Note: See TracChangeset
for help on using the changeset viewer.