You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
371 B
15 lines
371 B
/* itime.h -- functions to handle time in our program
|
|
*
|
|
* Copyright 1990 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1 $
|
|
* $Date: 10/05/98 1:16p $
|
|
*/
|
|
|
|
extern void itimeSetFileTime(LPCTSTR pszName, unsigned long ulTime);
|
|
|
|
extern unsigned long itimeGetFileTime(LPCTSTR pszName);
|
|
|
|
extern unsigned long itimeGetBasetime(void);
|
|
|