diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-04-20 07:42:10 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-04-21 07:30:23 +0200 |
commit | 0fb5a016497d3061a6edf40752c06127f3abb796 (patch) | |
tree | 6abe36205647f5b8c134954f4d22a0c3c3bc98b1 /builds/msvc/libxs/libxs.vcxproj | |
parent | 0a12aa09b65c67033b5021057dd04fde0a3cabb5 (diff) |
Select polling mechanisms at one place
This patch provides a single place for selecting polling mechanisms
(polling.hpp). Up to now the selection was spread among the build
system and several source files.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'builds/msvc/libxs/libxs.vcxproj')
-rw-r--r-- | builds/msvc/libxs/libxs.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builds/msvc/libxs/libxs.vcxproj b/builds/msvc/libxs/libxs.vcxproj index d4f40ca..229d7ec 100644 --- a/builds/msvc/libxs/libxs.vcxproj +++ b/builds/msvc/libxs/libxs.vcxproj @@ -206,6 +206,7 @@ <ClInclude Include="..\..\..\src\pgm_socket.hpp" /> <ClInclude Include="..\..\..\src\pipe.hpp" /> <ClInclude Include="..\..\..\src\poll.hpp" /> + <ClInclude Include="..\..\..\src\polling.hpp" /> <ClInclude Include="..\..\..\src\precompiled.hpp" /> <ClInclude Include="..\..\..\src\prefix_filter.hpp" /> <ClInclude Include="..\..\..\src\pub.hpp" /> @@ -244,4 +245,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |