first commit
This commit is contained in:
16
include/opencv2/flann/dummy.h
Normal file
16
include/opencv2/flann/dummy.h
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef OPENCV_FLANN_DUMMY_H_
|
||||
#define OPENCV_FLANN_DUMMY_H_
|
||||
|
||||
namespace cvflann
|
||||
{
|
||||
|
||||
#if (defined WIN32 || defined _WIN32 || defined WINCE) && defined CVAPI_EXPORTS
|
||||
__declspec(dllexport)
|
||||
#endif
|
||||
void dummyfunc();
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif /* OPENCV_FLANN_DUMMY_H_ */
|
||||
Reference in New Issue
Block a user