git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb93e51
)
64 bit fix
author
kramm
<kramm>
Sat, 19 Jul 2008 19:49:17 +0000
(19:49 +0000)
committer
kramm
<kramm>
Sat, 19 Jul 2008 19:49:17 +0000
(19:49 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
6a2fef3
..
a650158
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-48,11
+48,11
@@
extern "C" {
#define NO_MP3
#endif
-typedef signed long SFIXED;
-typedef signed long SCOORD;
+typedef signed SFIXED;
+typedef signed SCOORD;
-#define SCOORD_MAX 0x7fffffff
-#define SCOORD_MIN -0x80000000
+#define SCOORD_MAX 0x7fffffffl
+#define SCOORD_MIN -0x80000000l
// Basic Structures