More structure changes reflected
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1817 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -85,8 +85,8 @@ cdp_ModuleInfo CDPEXPORT CDP_INFO_SYM =
|
|||||||
{
|
{
|
||||||
sizeof (cdp_ModuleInfo), // size of struct for version control
|
sizeof (cdp_ModuleInfo), // size of struct for version control
|
||||||
CDPAPI_VERSION, // API version we are using
|
CDPAPI_VERSION, // API version we are using
|
||||||
1, 0, // our module version
|
1, 0, 2, // our module version
|
||||||
0, 3, // host version required, purely informational
|
0, 3, 0, // host version required, purely informational
|
||||||
CDP_MODINFO_RESERVED1, // reserved
|
CDP_MODINFO_RESERVED1, // reserved
|
||||||
"UQM", // CDP context name (we can use UQM)
|
"UQM", // CDP context name (we can use UQM)
|
||||||
"Abx Decoder", // CDP mod name
|
"Abx Decoder", // CDP mod name
|
||||||
|
|||||||
Reference in New Issue
Block a user