[BACK]Return to patch-include_CEGUIDynamicModule_h CVS log [TXT][DIR] Up to [local] / ports / graphics / cegui / patches

Annotation of ports/graphics/cegui/patches/patch-include_CEGUIDynamicModule_h, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- include/CEGUIDynamicModule.h.orig  Sun Jan 25 17:52:09 2009
        !             3: +++ include/CEGUIDynamicModule.h       Sun Jan 25 17:53:48 2009
        !             4: @@ -42,7 +42,7 @@
        !             5:      struct HINSTANCE__;
        !             6:      typedef struct HINSTANCE__* hInstance;
        !             7:
        !             8: -#elif defined(__linux__)
        !             9: +#elif defined(__linux__) || defined(__OpenBSD__)
        !            10:  #    define DYNLIB_HANDLE void*
        !            11:  #    define DYNLIB_LOAD( a ) dlopen( a, RTLD_LAZY )
        !            12:  #    define DYNLIB_GETSYM( a, b ) dlsym( a, b )

CVSweb