Changeset 6505 for trunk/licq

Show
Ignore:
Timestamp:
09/06/08 03:54:31 (3 months ago)
Author:
flynd
Message:

Forgot to remove this in r6504.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_file.h

    r6504 r6505  
    33 
    44#include <string> 
    5  
    6 // Define for marking functions as deprecated 
    7 #ifndef LICQ_DEPRECATED 
    8 # 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 # else 
    13 #  define LICQ_DEPRECATED 
    14 # endif 
    15 #endif 
    165 
    176#define MAX_SECTIONxNAME_LEN 160