mirror of
https://github.com/reactos/CMake.git
synced 2025-01-31 17:12:49 +00:00
12 lines
104 B
C
12 lines
104 B
C
|
|
||
|
#include "depd_export.h"
|
||
|
|
||
|
#include "depA.h"
|
||
|
|
||
|
struct DEPD_EXPORT DepD
|
||
|
{
|
||
|
int foo();
|
||
|
|
||
|
DepA getA();
|
||
|
};
|