HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #670

Ticket #670: ode-0.12.patch

File ode-0.12.patch, 777 bytes (added by scottmc, 3 years ago)
  • include/ode/odeconfig.h

    diff -Naur ode-0.12/include/ode/odeconfig.h ode-0.12-haiku/include/ode/odeconfig.h
    old new  
    11#ifndef ODECONFIG_H 
    22#define ODECONFIG_H 
     3#endif 
    34 
    45/* Pull in the standard headers */ 
    56#include <stddef.h> 
    … …  
    1112#include <string.h> 
    1213#include <float.h> 
    1314 
     15#ifndef ODE_API 
     16#define ODE_API 
    1417 
    1518#if defined(ODE_DLL) || defined(ODE_LIB) 
    1619#define __ODE__ 
    … …  
    2528  #endif 
    2629#endif 
    2730 
    28 #if !defined(ODE_API) 
    29   #define ODE_API 
    30 #endif 
    31  
    3231#if defined(_MSC_VER) 
    3332#  define ODE_API_DEPRECATED __declspec(deprecated) 
    3433#elif defined (__GNUC__) && ( (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)) ) 

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/