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
Browse Source
* Damn, under Visual Studio it's _WIN32, not __WIN32__.
tags/v0.99.beta14
Sam Hocevar
sam
17 years ago
parent
7e49e3e6fb
commit
5321386e24
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca/caca.h
+1
-1
cucul/cucul.h
+ 1
- 1
caca/caca.h
View File
@@ -27,7 +27,7 @@
#include <cucul.h>
#if !defined(_DOXYGEN_SKIP_ME)
# if defined(_
_
WIN32
__
) && defined(__LIBCACA__)
# if defined(_WIN32) && defined(__LIBCACA__)
# define __extern extern __declspec(dllexport)
# else
# define __extern extern
+ 1
- 1
cucul/cucul.h
View File
@@ -25,7 +25,7 @@
#define __CUCUL_H__
#if !defined(_DOXYGEN_SKIP_ME)
# if defined(_
_
WIN32
__
) && defined(__LIBCUCUL__)
# if defined(_WIN32) && defined(__LIBCUCUL__)
# define __extern extern __declspec(dllexport)
# else
# define __extern extern
Write
Preview
Loading…
Cancel
Save