We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345e2e0 commit 8373b38Copy full SHA for 8373b38
src/nbl/builtin/builtinHeaderGen.py
@@ -26,7 +26,7 @@
26
outp = open(outputFilename,"w+")
27
28
outp.write("#ifndef _" + guardSuffix + "_BUILTINRESOURCEDATA_H_\n")
29
- outp.write("#define _" + guardSuffix + "_BUILTINRESOURCEDATA_H\n")
+ outp.write("#define _" + guardSuffix + "_BUILTINRESOURCEDATA_H_\n")
30
outp.write("#include <stdlib.h>\n")
31
outp.write("#include <cstdint>\n")
32
outp.write("#include <string>\n")
0 commit comments