repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
etc
/
Windows
/
vlmcsd_old_vancepym
/
vlmcs.h
blob
47386d0ffbdfc58c6d5ca14d4605f823481820ab
1
#ifndef VLMCS_H_
2
#define VLMCS_H_
3
4
#ifndef CONFIG
5
#define CONFIG
"config.h"
6
#endif
// CONFIG
7
#include CONFIG
8
9
#if defined(USE_MSRPC) && defined(_WIN32)
10
#include <winsock2.h>
11
#endif
// defined(USE_MSRPC) && defined(_WIN32)
12
#include
"types.h"
13
14
#if MULTI_CALL_BINARY < 1
15
#define client_main main
16
#else
17
int
client_main
(
int
argc
,
CARGV argv
);
18
#endif
19
20
#endif
/* VLMCS_H_ */
21