Better error checking in winapi.c. (Tim Beckmann)
Keep track of profile timestamps. (Tim Beckmann) Implemented a few other missing bits.
This commit is contained in:
parent
c69d422333
commit
a2d3afb314
10 changed files with 127 additions and 331 deletions
|
@ -1,3 +1,10 @@
|
|||
#ifndef __VERSION_H__
|
||||
#define __VERSION_H__
|
||||
|
||||
extern const char *AvPVersionString;
|
||||
|
||||
/* KJL 15:56:24 29/03/98 - this function supplies a text
|
||||
description of the current build, and the build date. */
|
||||
extern void GiveVersionDetails(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue