Rev 78 | Rev 135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 78 | Rev 100 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _WIENVME_DLL_H |
2 | #define _WIENVME_DLL_H |
3 | 3 | ||
- | 4 | #ifdef _CVI_ |
|
4 | #include <ansi_c.h> |
5 | #include <ansi_c.h> |
5 | #include <stdint.h> |
6 | #include <stdint.h> |
6 | #include <windows.h> |
7 | #include <windows.h> |
7 | #include <cvidef.h> |
8 | #include <cvidef.h> |
- | 9 | #endif |
|
8 | 10 | ||
9 | extern int hHandle24, hHandle32; |
11 | extern int hHandle24, hHandle32; |
10 | 12 | ||
11 | void WIENVME_load (char*); |
13 | void WIENVME_load (char*); |
12 | int WIENVME_open (int*, unsigned char, char*, unsigned short); |
14 | int WIENVME_open (int*, unsigned char, char*, unsigned short); |