* lib/version/misc/stubs.c: Add @implemented and @unimplemented to APIs.
svn path=/trunk/; revision=5055
+2003-07-10 Casper S. Hornstrup <chorns@users.sourceforge.net>
+
+ * lib/version/misc/stubs.c: Add @implemented and @unimplemented to APIs.
+
2003-07-10 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/user32/misc/dde.c: Add @implemented and @unimplemented to APIs.
-/* $Id: stubs.c,v 1.3 2002/09/08 10:23:13 chorns Exp $
+/* $Id: stubs.c,v 1.4 2003/07/10 21:07:14 chorns Exp $
*
* version.dll stubs: remove from this file if
* you implement one of these functions.
#include <windows.h>
#ifndef HAVE_DLL_FORWARD
+
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
GetFileVersionInfoSizeA (
}
+/*
+ * @unimplemented
+ */
WINBOOL
STDCALL
GetFileVersionInfoA (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
GetFileVersionInfoSizeW (
}
+/*
+ * @unimplemented
+ */
WINBOOL
STDCALL
GetFileVersionInfoW (
#endif /* ndef HAVE_DLL_FORWARD */
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerFindFileA (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerFindFileW (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerInstallFileA (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerInstallFileW (
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerLanguageNameA (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerLanguageNameW (
return 0;
}
+
+/*
+ * @unimplemented
+ */
WINBOOL
STDCALL
VerQueryValueA (
}
+/*
+ * @unimplemented
+ */
WINBOOL
STDCALL
VerQueryValueW (
/* VerQueryValueIndex seems undocumented */
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerQueryValueIndexA (
}
+/*
+ * @unimplemented
+ */
DWORD
STDCALL
VerQueryValueIndexW (
return 0;
}
-
/* EOF */