| 59 | |
| 60 | #if BOOST_WINAPI_PARTITION_APP_SYSTEM |
| 61 | BOOST_FORCEINLINE VOID_ GetSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) |
| 62 | { |
| 63 | ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); |
| 64 | } |
| 65 | #endif |
| 66 | |
| 67 | #if BOOST_WINAPI_PARTITION_APP || BOOST_WINAPI_PARTITION_SYSTEM |
no outgoing calls
no test coverage detected