Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-11-09 13:33:49 +0300
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2016-11-09 13:33:49 +0300
commit436ea0f793a1df23906e8e4c2c4d16b5fb65b668 (patch)
treea0142947d47b49a5f01b541eb5c94cd5732ea0f6
parentd6f8fc48af11b9520c783fc1d980c2b8f1470681 (diff)
Remove STRICT macros which will be defined automatically.
-rw-r--r--src/buffer.c3
-rw-r--r--src/hook.c1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2059332..2fe68b9 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -26,9 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef STRICT
-#define STRICT
-#endif
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include "buffer.h"
diff --git a/src/hook.c b/src/hook.c
index 7ecf0cd..848ecae 100644
--- a/src/hook.c
+++ b/src/hook.c
@@ -26,7 +26,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define STRICT
#define _WIN32_WINNT 0x0501
#include <windows.h>
#include <tlhelp32.h>