mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 05:00:35 +00:00
13 lines
131 B
C
13 lines
131 B
C
|
|
||
|
#ifndef UPSTREAM_H
|
||
|
#define UPSTREAM_H
|
||
|
|
||
|
#include "systemlib.h"
|
||
|
|
||
|
#ifdef _WIN32
|
||
|
__declspec(dllexport)
|
||
|
#endif
|
||
|
int upstream();
|
||
|
|
||
|
#endif
|