Skip to content

Commit

Permalink
Merge pull request #208 from ArielGMachado/master
Browse files Browse the repository at this point in the history
Fixes macros to be compatible with C++11 compilers
  • Loading branch information
mariuz authored Oct 13, 2023
2 parents 09171ba + cc30a6d commit ac80d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SetupAttributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
#define ZERO_BUILDNUM
#endif

#define BUILD_DRIVER_VERSION(major,minor,buildnum) major"."minor"."buildnum
#define BUILD_DRIVER_VERSION(major,minor,buildnum) major "." minor "." buildnum
#ifdef __BORLANDC__
#define BUILD_VERSION_STR(major,minor,revno,buildnum) major "." minor "." "0" "." buildnum
#else
Expand Down

0 comments on commit ac80d33

Please sign in to comment.