Searched refs:PACKAGE_VERSION (Results 1 – 16 of 16) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | version.rc | 19 #include "config.h" /* Needed to get PACKAGE_VERSION */ 23 #define WINE_FILEVERSION_STR PACKAGE_VERSION 24 #define WINE_PRODUCTVERSION_STR PACKAGE_VERSION
|
/reactos/sdk/include/host/ |
H A D | config.h | 139 #define PACKAGE_VERSION "<undefined version>" macro 142 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
|
/reactos/sdk/include/reactos/wine/ |
H A D | config.h | 1194 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION 1203 #define PACKAGE_VERSION KERNEL_VERSION_STR macro
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | Makefile.in | 13 VERSION = @PACKAGE_VERSION@
|
/reactos/dll/3rdparty/libtirpc/ |
H A D | libtirpc.pc.in | 9 Version: @PACKAGE_VERSION@
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | config.h | 172 #define PACKAGE_VERSION "" macro
|
/reactos/sdk/lib/3rdparty/libsamplerate/ |
H A D | config.h | 168 #define PACKAGE_VERSION "0.1.8" macro
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | config.h | 835 #define PACKAGE_VERSION "20050211" macro
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | config.h | 407 #define PACKAGE_VERSION "1.26.2" macro
|
/reactos/sdk/tools/widl/ |
H A D | widl.c | 92 static const char version_string[] = "Wine IDL Compiler version " PACKAGE_VERSION "\n" 249 const char *p = PACKAGE_VERSION; in add_widl_version_define() 385 fprintf(dlldata, "/*** Autogenerated by WIDL %s ", PACKAGE_VERSION); in write_dlldata_list() 538 fprintf(idfile, "/*** Autogenerated by WIDL %s ", PACKAGE_VERSION); in write_id_data()
|
H A D | widl_ros.diff | 91 …print_proxy( "/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… 201 fprintf(idfile, "/*** Autogenerated by WIDL %s ", PACKAGE_VERSION);
|
H A D | server.c | 448 …print_server("/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_server()
|
H A D | client.c | 503 …print_client("/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_client()
|
H A D | proxy.c | 88 …print_proxy( "/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_proxy()
|
H A D | header.c | 1800 …fprintf(header, "/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n\n", PACKAGE_VERSION, i… in write_header()
|
H A D | write_msft.c | 2713 sprintf(info_string, "Created by WIDL version %s at %s\n", PACKAGE_VERSION, ctime(&cur_time)); in create_msft_typelib()
|