Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1398)

Unified Diff: third_party/dlfcn-win32/README

Issue 137143003: Add dlfcn-win32 to third_party (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/deps/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/dlfcn-win32/Makefile ('k') | third_party/dlfcn-win32/README.nacl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dlfcn-win32/README
===================================================================
--- third_party/dlfcn-win32/README (revision 0)
+++ third_party/dlfcn-win32/README (revision 0)
@@ -0,0 +1,11 @@
+dlfcn-win32 is an implementation of dlfcn for Windows.
+
+It follows the standard as described here:
+http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html
+http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html
+http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
+http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
+http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
+
+Written by Ramiro Polla
+Released under the LGPL
« no previous file with comments | « third_party/dlfcn-win32/Makefile ('k') | third_party/dlfcn-win32/README.nacl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698