mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
pico.v and dependencies
This commit is contained in:
parent
5c6032d272
commit
7b345e207d
19 changed files with 2475 additions and 0 deletions
15
thirdparty/picoev/src/picoev_w32.h
vendored
Normal file
15
thirdparty/picoev/src/picoev_w32.h
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef picoev_w32_h
|
||||
#define picoev_w32_h
|
||||
|
||||
#include "picoev.h"
|
||||
|
||||
#ifndef PICOEV_W32_INTERNAL
|
||||
extern int picoev_w32_init(int);
|
||||
extern int picoev_w32_deinit(void);
|
||||
extern int picoev_w32_sock2fd(int);
|
||||
extern int picoev_w32_fd2sock(int);
|
||||
# define picoev_init picoev_w32_init
|
||||
# define picoev_deinit picoev_w32_deinit
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue