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

Annotation of ports/graphics/cegui07/patches/patch-cegui_include_CEGUIDynamicModule_h, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- cegui/include/CEGUIDynamicModule.h.orig    Mon Sep  6 18:35:44 2010
                      3: +++ cegui/include/CEGUIDynamicModule.h Mon Sep  6 18:36:08 2010
                      4: @@ -43,7 +43,7 @@
                      5:      struct HINSTANCE__;
                      6:      typedef struct HINSTANCE__* hInstance;
                      7:
                      8: -#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__)
                      9: +#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || 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