This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1204
Commits
1
Branch
26 MiB
Tree:
63ecdbf48d
main
v0.99.beta20
v0.99.beta19
v0.99.beta18
v0.99.beta17
v0.99.beta16
v0.99.beta15
v0.99.beta14
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '63ecdbf48d'
${ noResults }
libcaca
/
msvc
/
libcucul.def
libcucul.def
89 B
Raw
Normal View
History
* Add proper __declspec(dllexport) tags for Win32 compilation. * Manually export private libcaca symbols.
17 years ago
* Rename _cucul_set_canvas_size into __cucul_set_canvas_size to prevent collisions due to symbol mangling.
17 years ago
1
2
3
4
LIBRARY "libcucul"
EXPORTS
__cucul_set_canvas_size ; Private symbol used by libcaca