Andrew Lazarus created LOGCXX-447: ------------------------------------- Summary: typedef for int64_t should be #define guarded Key: LOGCXX-447 URL: https://issues.apache.org/jira/browse/LOGCXX-447 Project: Log4cxx Issue Type: Bug Components: Core Affects Versions: 0.11.0 Environment: Project which defines int64_t elsewhere Reporter: Andrew Lazarus Priority: Minor
Eclipse's indexer got the "wrong" meaning for int64_t in a Linux environment because line 34 of include/log4cxx/config_msvc.h.in is not #define guarded. Now, you could argue we should figure out how this file gets indexed, but I don't see what would be lost by moving this inside the WIN32 guard on the line below. Or another guard that would also pick up any 32bit system. -- This message was sent by Atlassian JIRA (v6.3.4#6332)