mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
add winfsp-tests and ext/tlib
This commit is contained in:
13
ext/tlib/injected/allfunc.h
Normal file
13
ext/tlib/injected/allfunc.h
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file tlib/injected/allfunc.h
|
||||
*
|
||||
* @copyright 2014-2015 Bill Zissimopoulos
|
||||
*/
|
||||
|
||||
#ifndef TLIB_INJECTED_ALLFUNC_H_INCLUDED
|
||||
#define TLIB_INJECTED_ALLFUNC_H_INCLUDED
|
||||
|
||||
#include <tlib/injected/curlfunc.h>
|
||||
#include <tlib/injected/stdfunc.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user