Changeset 6505 for trunk/licq
- Timestamp:
- 09/06/08 03:54:31 (3 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_file.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_file.h
r6504 r6505 3 3 4 4 #include <string> 5 6 // Define for marking functions as deprecated7 #ifndef LICQ_DEPRECATED8 # if defined(__GNUC__) && !defined(__INTEL_COMPILER) && (__GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2))9 # define LICQ_DEPRECATED __attribute__ ((__deprecated__))10 # elif defined(_MSC_VER) && (_MSC_VER >= 1300)11 # define LICQ_DEPRECATED __declspec(deprecated)12 # else13 # define LICQ_DEPRECATED14 # endif15 #endif16 5 17 6 #define MAX_SECTIONxNAME_LEN 160
