modified: myjupyterlab.sh
[GalaxyCodeBases.git] / etc / Windows / vlmcsd_old_vancepym / vlmcs.h
blob47386d0ffbdfc58c6d5ca14d4605f823481820ab
1 #ifndef VLMCS_H_
2 #define VLMCS_H_
4 #ifndef CONFIG
5 #define CONFIG "config.h"
6 #endif // CONFIG
7 #include CONFIG
9 #if defined(USE_MSRPC) && defined(_WIN32)
10 #include <winsock2.h>
11 #endif // defined(USE_MSRPC) && defined(_WIN32)
12 #include "types.h"
14 #if MULTI_CALL_BINARY < 1
15 #define client_main main
16 #else
17 int client_main(int argc, CARGV argv);
18 #endif
20 #endif /* VLMCS_H_ */