Skip to content

Commit

Permalink
Merge pull request #250 from anholt/ebassi/issues-249
Browse files Browse the repository at this point in the history
Remove redeclaration of khronos_uintptr_t
  • Loading branch information
ebassi committed Apr 30, 2021
2 parents e271edb + 1403303 commit f9e7635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gen_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ def write_header(self, out_file):
self.outln(' KHRONOS_TRUE = 1,')
self.outln(' KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM')
self.outln('} khronos_boolean_enum_t;')
self.outln('typedef uintptr_t khronos_uintptr_t;')

if self.target == "glx":
self.outln('#include <X11/Xlib.h>')
Expand Down

0 comments on commit f9e7635

Please sign in to comment.