We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int64_t
1 parent 782d712 commit 55873a0Copy full SHA for 55873a0
snippets/MacrosHppTemplate.hpp
@@ -90,6 +90,7 @@
90
# elif defined( _WIN32 ) && !defined( VULKAN_HPP_NO_WIN32_PROTOTYPES )
91
using HINSTANCE = struct HINSTANCE__ *;
92
# if defined( _WIN64 )
93
+# include <cstdint>
94
using FARPROC = int64_t(__stdcall *)();
95
# else
96
using FARPROC = int(__stdcall *)();
vulkan/vulkan_hpp_macros.hpp
@@ -93,6 +93,7 @@
97
using FARPROC = int64_t( __stdcall * )();
98
99
using FARPROC = int( __stdcall * )();
0 commit comments