]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/boost/boost/detail/win/GetCurrentProcess.hpp
Add subset of boost library headers needed for compilation on PowerPC
[eurobot/public.git] / src / boost / boost / detail / win / GetCurrentProcess.hpp
1 //  GetCurrentProcess.hpp  --------------------------------------------------------------//
2
3 //  Copyright 2010 Vicente J. Botet Escriba
4
5 //  Distributed under the Boost Software License, Version 1.0.
6 //  See http://www.boost.org/LICENSE_1_0.txt
7
8
9 #ifndef BOOST_DETAIL_WIN_GETCURRENTPROCESS_HPP
10 #define BOOST_DETAIL_WIN_GETCURRENTPROCESS_HPP
11
12 #include <boost/detail/win/basic_types.hpp>
13
14 namespace boost {
15 namespace detail {
16 namespace win32 {
17 #if defined( BOOST_USE_WINDOWS_H )
18     using ::GetCurrentProcess;
19 #else
20     extern "C" __declspec(dllimport) HANDLE_ WINAPI GetCurrentProcess();
21 #endif
22 }
23 }
24 }
25 #endif // BOOST_DETAIL_WIN_TIME_HPP