[xiph-cvs] cvs commit: ao/win32/include dlfcn.h

Chris Wolf cwolf at xiph.org
Wed Sep 5 12:48:03 PDT 2001



cwolf       01/09/05 12:48:03

  Modified:    win32/include dlfcn.h
  Log:
  Define some more dummy dlopen flags for win32

Revision  Changes    Path
1.2       +10 -3     ao/win32/include/dlfcn.h

Index: dlfcn.h
===================================================================
RCS file: /usr/local/cvsroot/ao/win32/include/dlfcn.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dlfcn.h	2001/09/05 19:10:00	1.1
+++ dlfcn.h	2001/09/05 19:48:03	1.2
@@ -1,7 +1,7 @@
 #ifndef __DLFCN_H__
 # define __DLFCN_H__
 /*
- * $Id: dlfcn.h,v 1.1 2001/09/05 19:10:00 cwolf Exp $
+ * $Id: dlfcn.h,v 1.2 2001/09/05 19:48:03 cwolf Exp $
  * $Name:  $
  * 
  *
@@ -11,6 +11,13 @@
 extern void *dlsym   (void * handle, const char * name);
 extern char *dlerror (void);
 
-#define RTLD_NOW 0
+/* These don't mean anything on windows */
+#define RTLD_NEXT      ((void *) -1l)
+#define RTLD_DEFAULT   ((void *) 0)
+#define RTLD_LAZY					-1
+#define RTLD_NOW					-1
+#define RTLD_BINDING_MASK -1
+#define RTLD_NOLOAD				-1
+#define RTLD_GLOBAL				-1
 
 #endif /* __DLFCN_H__ */

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list