mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
7 lines
62 B
C++
7 lines
62 B
C++
#include "sharedFile.h"
|
|
|
|
int sharedFunction()
|
|
{
|
|
return 1;
|
|
}
|