Skip to content

Commit 160e764

Browse files
ChrisThrashereXpl0it3r
authored andcommitted
Use custom fixed width integer typedef in Vulkan.h
1 parent dfa5fbf commit 160e764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SFML/Window/Vulkan.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef struct VkSurfaceKHR_T* VkSurfaceKHR;
3636

3737
#else
3838

39-
typedef uint64_t VkSurfaceKHR;
39+
typedef sfUint64 VkSurfaceKHR;
4040

4141
#endif
4242

0 commit comments

Comments
 (0)