summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectories/SystemIncludeDirectories/upstream.h
blob: 3daf69eb6ca332ecf60f59893969dd319f42d381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef UPSTREAM_H
#define UPSTREAM_H

#include <systemlib.h>

#ifdef _WIN32
__declspec(dllexport)
#endif
  int upstream();

#endif