diff options
Diffstat (limited to 'constants.h')
-rwxr-xr-x | constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.h b/constants.h new file mode 100755 index 0000000..dfa9a3c --- /dev/null +++ b/constants.h @@ -0,0 +1,4 @@ +#ifndef CONSTANTS_H
+#define CONSTANTS_H
+#define szModuleName "Watrack_MPD"
+#endif
|