You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/src/nvcore/poshlib/tests/linktest/testlib.hpp

20 lines
319 B
C++

#ifndef TESTLIB_HPP
#define TESTLIB_HPP
#undef POSH_DLL
#include "../../posh.h"
#define TESTLIB_PUBLIC_API POSH_PUBLIC_API
#if defined __cplusplus && defined POSH_DLL
extern "C" {
#endif
TESTLIB_PUBLIC_API(void) TestLib_Foo( void );
#if defined __cplusplus && defined POSH_DLL
}
#endif
#endif /* POSHTESTLIB_H */