mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-30 06:25:16 -04:00
vlmcsd-svn812-2015-08-30-Hotbird64
This commit is contained in:
commit
1af203d2a8
133 changed files with 102338 additions and 0 deletions
21
vlmcs.h
Normal file
21
vlmcs.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
#ifndef VLMCS_H_
|
||||
#define VLMCS_H_
|
||||
|
||||
#ifndef CONFIG
|
||||
#define CONFIG "config.h"
|
||||
#endif // CONFIG
|
||||
#include CONFIG
|
||||
|
||||
#if defined(USE_MSRPC) && defined(_WIN32)
|
||||
#include <winsock2.h>
|
||||
#endif // defined(USE_MSRPC) && defined(_WIN32)
|
||||
#include "types.h"
|
||||
|
||||
#if MULTI_CALL_BINARY < 1
|
||||
#define client_main main
|
||||
#else
|
||||
int client_main(int argc, CARGV argv);
|
||||
#endif
|
||||
|
||||
#endif /* VLMCS_H_ */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue