ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Windows/util_windows.h
(Generate patch)

Comparing BasiliskII/src/Windows/util_windows.h (file contents):
Revision 1.1 by gbeauche, 2004-12-03T22:01:47Z vs.
Revision 1.2 by gbeauche, 2004-12-11T09:41:13Z

# Line 27 | Line 27 | BOOL exists( const char *path );
27   int32 get_file_size( const char *path );
28   BOOL create_file( const char *path, DWORD size );
29  
30 + extern HANDLE create_thread(LPTHREAD_START_ROUTINE start_routine, void *arg = NULL);
31 + extern void wait_thread(HANDLE thread);
32 + extern void kill_thread(HANDLE thread);
33 +
34   #endif // _UTIL_WINDOWS_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines