aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2018-03-14 12:56:26 -0500
committerBrent Cook <busterb@gmail.com>2018-03-14 12:56:26 -0500
commitcfdaa1185f17a10aeb8bc044fedd1dbc66dca229 (patch)
treedf2671b8a9d758da1ba9ec50c9efe6e2a45b64d3 /include
parentd5608b38af69baf354705e03085346fb55b75b30 (diff)
downloadportable-cfdaa1185f17a10aeb8bc044fedd1dbc66dca229.tar.gz
portable-cfdaa1185f17a10aeb8bc044fedd1dbc66dca229.tar.bz2
portable-cfdaa1185f17a10aeb8bc044fedd1dbc66dca229.zip
prefer including windows.h over the internal header
Diffstat (limited to 'include')
-rw-r--r--include/compat/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat/pthread.h b/include/compat/pthread.h
index 53d2bbc..8edb806 100644
--- a/include/compat/pthread.h
+++ b/include/compat/pthread.h
@@ -5,7 +5,7 @@
5 5
6#ifdef _WIN32 6#ifdef _WIN32
7 7
8#include <synchapi.h> 8#include <windows.h>
9 9
10/* 10/*
11 * Static once initialization values. 11 * Static once initialization values.