Skip to content

Commit

Permalink
Use custom fixed width integer typedef in Vulkan.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher authored and eXpl0it3r committed Jan 28, 2024
1 parent dfa5fbf commit 160e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Window/Vulkan.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef struct VkSurfaceKHR_T* VkSurfaceKHR;

#else

typedef uint64_t VkSurfaceKHR;
typedef sfUint64 VkSurfaceKHR;

#endif

Expand Down

0 comments on commit 160e764

Please sign in to comment.