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.4 by gbeauche, 2005-01-30T21:42:15Z vs.
Revision 1.5 by gbeauche, 2005-03-19T19:01:49Z

# Line 26 | Line 26
26   BOOL exists( const char *path );
27   int32 get_file_size( const char *path );
28   BOOL create_file( const char *path, DWORD size );
29 + bool check_drivers(void);
30  
31   // Thread wrappers
32   extern HANDLE create_thread(LPTHREAD_START_ROUTINE start_routine, void *arg = NULL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines