#include <time.h>
#include <math.h>
+#include "wine/library.h"
#include "wine/debug.h"
#include "ntdll_misc.h"
#endif /* !defined(__i386__) */
+/*********************************************************************
+ * wine_get_version (NTDLL.@)
+ */
+const char * CDECL NTDLL_wine_get_version(void)
+{
+ return wine_get_version();
+}
+
+/*********************************************************************
+ * wine_get_build_id (NTDLL.@)
+ */
+const char * CDECL NTDLL_wine_get_build_id(void)
+{
+ return wine_get_build_id();
+}
+
/*********************************************************************
* abs (NTDLL.@)
*/
@ cdecl wine_server_send_fd(long)
@ cdecl __wine_make_process_system()
+# Version
+@ cdecl wine_get_version() NTDLL_wine_get_version
+@ cdecl wine_get_build_id() NTDLL_wine_get_build_id
+
# Codepages
@ cdecl __wine_init_codepages(ptr ptr ptr)