Skip to content

Commit

Permalink
Enable __cplusplus preprocessor macro in xb1 build
Browse files Browse the repository at this point in the history
b/294691394
  • Loading branch information
dahlstrom-g committed Nov 7, 2023
1 parent 8a4ecf8 commit f54f2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/xb1/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config("starboard_platform_config") {
cflags_cc = [
"/ZW", # Windows Runtime
"/ZW:nostdlib", # Windows Runtime, no default #using
"/Zc:__cplusplus", # enable preprocessor macro for language support
]
defines = [
# VS2017 always defines this for UWP apps
Expand Down

0 comments on commit f54f2c7

Please sign in to comment.