Home
last modified time | relevance | path

Searched refs:PACKAGE_VERSION (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dversion.rc19 #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 Dconfig.h139 #define PACKAGE_VERSION "<undefined version>" macro
142 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
/reactos/sdk/include/reactos/wine/
H A Dconfig.h1194 #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
1203 #define PACKAGE_VERSION KERNEL_VERSION_STR macro
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A DMakefile.in13 VERSION = @PACKAGE_VERSION@
/reactos/dll/3rdparty/libtirpc/
H A Dlibtirpc.pc.in9 Version: @PACKAGE_VERSION@
/reactos/sdk/lib/3rdparty/libxml2/
H A Dconfig.h172 #define PACKAGE_VERSION "" macro
/reactos/sdk/lib/3rdparty/libsamplerate/
H A Dconfig.h168 #define PACKAGE_VERSION "0.1.8" macro
/reactos/modules/rostests/winetests/winetest/
H A Dconfig.h835 #define PACKAGE_VERSION "20050211" macro
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dconfig.h407 #define PACKAGE_VERSION "1.26.2" macro
/reactos/sdk/tools/widl/
H A Dwidl.c92 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 Dwidl_ros.diff91 …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 Dserver.c448 …print_server("/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_server()
H A Dclient.c503 …print_client("/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_client()
H A Dproxy.c88 …print_proxy( "/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n", PACKAGE_VERSION, input_… in init_proxy()
H A Dheader.c1800 …fprintf(header, "/*** Autogenerated by WIDL %s from %s - Do not edit ***/\n\n", PACKAGE_VERSION, i… in write_header()
H A Dwrite_msft.c2713 sprintf(info_string, "Created by WIDL version %s at %s\n", PACKAGE_VERSION, ctime(&cur_time)); in create_msft_typelib()