Skip to content

Commit

Permalink
more descriptive comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Feb 2, 2025
1 parent c8f6cd4 commit bb01c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/versioninfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef LMMS_VERSION_INFO_H
#define LMMS_VERSION_INFO_H

#define LMMS_STRINGIFY(s) #s // a macro used to stringify the plugin name
#define LMMS_STRINGIFY(s) #s // Macro used to stringify version for msvc, which is numeric by default

#if defined(__GNUC__)
constexpr const char* LMMS_BUILDCONF_COMPILER_VERSION = "GCC " __VERSION__;
Expand Down

0 comments on commit bb01c74

Please sign in to comment.