Skip to content

Commit

Permalink
Validate dll name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed May 3, 2023
1 parent ed9292c commit aec1e41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/foo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#include "stdafx.h"

DECLARE_COMPONENT_VERSION(
"foo_test",
"0.1",
"Sample foobar2000 component.\n"
"foo_test",
"0.1",
"Sample foobar2000 component." "\n"
);

VALIDATE_COMPONENT_FILENAME("foo_test.dll");

0 comments on commit aec1e41

Please sign in to comment.