From ed2fe31dedcd12ab69440f7bc9ae2595bd7e0da4 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Mon, 21 Jul 2014 01:21:51 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daead51c..ce238c32 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ http://www.codeproject.com/KB/winsdk/LibMinHook.aspx - ####v1.3 - + * Changed the parameters to Windows-friendly types. (void* to LPVOID) * Fixed some small bugs. * Reorganized the source files. * Reduced the footprint a little more.