This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-12-04 01:22:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2d1195123e
CMake
/
Tests
/
COnly
/
libc2.c
7 lines
56 B
C
Raw
Normal View
History
Unescape
Escape
Shared library should export symbols on windows
2003-01-01 19:26:50 +00:00
#
include
"libc2.h"
Test also stating and shared libraries
2002-12-31 20:22:48 +00:00
float
LibC2Func
(
)
{
return
1.0
;
}
Reference in New Issue
Copy Permalink