projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use static context trick for all platforms.
[blender.git]
/
extern
/
libredcode
/
format.h
diff --git
a/extern/libredcode/format.h
b/extern/libredcode/format.h
index e09ea8a3b643618ea3634f82ae9132e576f57c53..b2c6b2d885bb795f4cb4b2f0e80ec33487bb85ef 100644
(file)
--- a/
extern/libredcode/format.h
+++ b/
extern/libredcode/format.h
@@
-3,8
+3,8
@@
struct redcode_handle;
struct redcode_frame {
- unsigned
long
length;
- unsigned
long
offset;
+ unsigned
int
length;
+ unsigned
int
offset;
unsigned char * data;
};