Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 77 | f9daq | 1 | /* | 
        
| 2 |         ----------------------------------------------------------------------------- | 
        ||
| 3 | |||
| 4 |                 --- CAEN SpA - Computing Systems Division --- | 
        ||
| 5 | |||
| 6 |         ----------------------------------------------------------------------------- | 
        ||
| 7 | |||
| 8 |         CAENVMEoslib.h | 
        ||
| 9 | |||
| 10 |         ----------------------------------------------------------------------------- | 
        ||
| 11 | |||
| 12 |         Author:  Stefano Coluccini (s.coluccini@caen.it) | 
        ||
| 13 | |||
| 14 |         Created: January 2004 | 
        ||
| 15 | |||
| 16 |         ----------------------------------------------------------------------------- | 
        ||
| 17 | */ | 
        ||
| 18 | |||
| 19 | |||
| 20 | #ifndef __CAENVMEOSLIB_H | 
        ||
| 21 | #define __CAENVMEOSLIB_H | 
        ||
| 22 | |||
| 23 | #ifdef WIN32 | 
        ||
| 24 | |||
| 25 | #include <windows.h> | 
        ||
| 26 | #include <winioctl.h> | 
        ||
| 27 | |||
| 28 | #define CAENVME_API CVErrorCodes __stdcall | 
        ||
| 29 | |||
| 30 | #else   // WIN32 | 
        ||
| 31 | |||
| 32 | #define CAENVME_API CVErrorCodes | 
        ||
| 33 | |||
| 34 | #endif  // WIN32 | 
        ||
| 35 | |||
| 36 | #endif  // __CAENVMEOSLIB_H |