mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
Add an evconfig-private.h stub for Win32.
This commit is contained in:
parent
dc628c0304
commit
b3651d1576
@ -195,6 +195,7 @@ noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
|
||||
ratelim-internal.h \
|
||||
evconfig-private.h \
|
||||
WIN32-Code/event2/event-config.h \
|
||||
WIN32-Code/evconfig-private.h \
|
||||
WIN32-Code/tree.h \
|
||||
compat/sys/queue.h
|
||||
|
||||
|
6
WIN32-Code/evconfig-private.h
Normal file
6
WIN32-Code/evconfig-private.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _EVENT_EVCONFIG__PRIVATE_H
|
||||
#define _EVENT_EVCONFIG__PRIVATE_H
|
||||
|
||||
/* Nothing to see here. Move along. */
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user