Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-04-29 23:13:32 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-04-29 23:13:32 +0400
commita9aac77ccf6b915e15915ba1e10daebabd79610a (patch)
treea1fda61921b325680629435b00dcd0971cacee9e /source/blender/blenlib
parent11dcf7461cff32131efe1f22930b0a10e3562842 (diff)
Win64 fixes - I don't think that they introduced any bugs yet, but I want to be sure. Please report problems.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_vfontdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_vfontdata.h b/source/blender/blenlib/BLI_vfontdata.h
index 8838b1992e4..bd89959801a 100644
--- a/source/blender/blenlib/BLI_vfontdata.h
+++ b/source/blender/blenlib/BLI_vfontdata.h
@@ -54,7 +54,7 @@ typedef struct VFontData {
typedef struct VChar {
struct VChar *next, *prev;
ListBase nurbsbase;
- unsigned long index;
+ intptr_t index;
float resol;
float width;
float *points;