mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-20 09:55:06 -04:00
vlmcsd-svn906-2016-06-05-Hotbird64
This commit is contained in:
parent
1c86f7a6bf
commit
c479a67c2c
55 changed files with 5728 additions and 21773 deletions
|
@ -29,7 +29,14 @@ __stdcall BOOL KmsCallBack(const REQUEST *const baseRequest, RESPONSE *const bas
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
printf("libvlmcs-test.c: Program start\n");
|
||||
int version = GetLibKmsVersion();
|
||||
|
||||
if (version < 0x30001)
|
||||
{
|
||||
fprintf(stderr, "KMS library version %u.%u or greater required\n", (unsigned int)(version >> 16), (unsigned int)(version & 0xffff));
|
||||
}
|
||||
|
||||
printf("%s: Program start\n", GetEmulatorVersion());
|
||||
StartKmsServer(1688, KmsCallBack);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue