Skip to content

Commit

Permalink
Removed debug include.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Dec 20, 2015
1 parent 583e1b4 commit 1598331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MemoryModule.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ HMEMORYMODULE MemoryLoadLibrary(const void *data, size_t size)
return MemoryLoadLibraryEx(data, size, _LoadLibrary, _GetProcAddress, _FreeLibrary, NULL);
}

#include <stdio.h>

HMEMORYMODULE MemoryLoadLibraryEx(const void *data, size_t size,
CustomLoadLibraryFunc loadLibrary,
CustomGetProcAddressFunc getProcAddress,
Expand Down

0 comments on commit 1598331

Please sign in to comment.