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

File: [local] / ports / graphics / cegui07 / patches / Attic / patch-cegui_include_CEGUIDynamicModule_h (download)

Revision 1.1.1.1 (vendor branch), Fri Oct 15 13:08:25 2010 UTC (13 years, 8 months ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- cegui/include/CEGUIDynamicModule.h.orig	Mon Sep  6 18:35:44 2010
+++ cegui/include/CEGUIDynamicModule.h	Mon Sep  6 18:36:08 2010
@@ -43,7 +43,7 @@
     struct HINSTANCE__;
     typedef struct HINSTANCE__* hInstance;
 
-#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
 #    define DYNLIB_HANDLE void*
 #    define DYNLIB_LOAD( a ) dlopen( a, RTLD_LAZY )
 #    define DYNLIB_GETSYM( a, b ) dlsym( a, b )