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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/dlfcn-win32/Makefile ('k') | third_party/dlfcn-win32/README.nacl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 dlfcn-win32 is an implementation of dlfcn for Windows.
2
3 It follows the standard as described here:
4 http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html
5 http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html
6 http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
7 http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
8 http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
9
10 Written by Ramiro Polla
11 Released under the LGPL
OLDNEW
« 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