crl_winapi_fp_exceptions.h 529 B

1234567891011121314151617181920212223
  1. // This file is part of Desktop App Toolkit,
  2. // a set of libraries for developing nice desktop applications.
  3. //
  4. // For license and copyright information please follow this link:
  5. // https://github.com/desktop-app/legal/blob/master/LEGAL
  6. //
  7. #pragma once
  8. #include <crl/common/crl_common_config.h>
  9. #ifdef CRL_USE_WINAPI
  10. #include <crl/common/crl_common_utils.h>
  11. #include <crl/common/crl_common_sync.h>
  12. #include <type_traits>
  13. namespace crl {
  14. void toggle_fp_exceptions(bool throwing);
  15. } // namespace crl
  16. #endif // CRL_USE_WINAPI