Changeset 527 for libcaca/trunk/src/time.c
- Timestamp:
- Mar 6, 2006, 9:32:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/time.c
r522 r527 1 1 /* 2 2 * libcaca ASCII-Art library 3 * Copyright (c) 2002 , 2003, 2004Sam Hocevar <sam@zoy.org>3 * Copyright (c) 2002-2006 Sam Hocevar <sam@zoy.org> 4 4 * All Rights Reserved 5 5 * … … 53 53 struct timeval tv; 54 54 #elif defined(USE_WIN32) 55 static __int64 freq = -1; 55 static __int64 freq = -1; /* FIXME: can this move to caca_context? */ 56 56 unsigned __int64 usec; 57 57 #endif
Note: See TracChangeset
for help on using the changeset viewer.