aboutsummaryrefslogtreecommitdiff
path: root/src/memory.c
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2020-04-07 19:14:45 -0700
committerMarat Dukhan <maratek@gmail.com>2020-04-07 19:15:27 -0700
commitbe1bd8ed45f30ccdc23e5dcbf3896c1ae85f1ef3 (patch)
tree8ac2f511c4d3cc540cab4a0a0b716b7595f50ea1 /src/memory.c
parentfa67ff531c0f9999c742d500a4fa061b96937297 (diff)
downloadpthreadpool-be1bd8ed45f30ccdc23e5dcbf3896c1ae85f1ef3.tar.gz
Windows implementation using Events
Diffstat (limited to 'src/memory.c')
-rw-r--r--src/memory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/memory.c b/src/memory.c
index 020cb6d..c2ac38c 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -11,11 +11,10 @@
/* Windows headers */
#ifdef _WIN32
- #define NOMINMAX
#include <malloc.h>
#endif
-/* Internal headers */
+/* Internal library headers */
#include "threadpool-common.h"
#include "threadpool-object.h"