Show build status.

This commit is contained in:
Joachim Bauch
2015-02-27 00:20:35 +01:00
parent 52b0379749
commit 3422b5791c
+2
View File
@@ -1,6 +1,8 @@
MemoryModule
============
[![Build Status](https://travis-ci.org/fancycode/MemoryModule.svg?branch=master)](https://travis-ci.org/fancycode/MemoryModule)
The default windows API functions to load external libraries into a program
(`LoadLibrary`, `LoadLibraryEx`) only work with files on the filesystem. It's
therefore impossible to load a DLL from memory.