mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
9 lines
334 B
C
9 lines
334 B
C
#pragma once
|
|
|
|
static const unsigned int replicant_build_number=1;
|
|
static const char *replicant_version="1.1";
|
|
|
|
/* for use in ifc_component's framework_guid field */
|
|
// {E651D169-2465-4188-990B-3AA947B000D2}
|
|
static const GUID replicant_platform_guid =
|
|
{ 0xe651d169, 0x2465, 0x4188, { 0x99, 0xb, 0x3a, 0xa9, 0x47, 0xb0, 0x0, 0xd2 } };
|