mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
14 lines
250 B
C
14 lines
250 B
C
/**
|
|
* @file tlib/injected/allfunc.h
|
|
*
|
|
* @copyright 2014-2021 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
|