diff options
Diffstat (limited to 'src/stubs/getcres.c')
-rw-r--r-- | src/stubs/getcres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs/getcres.c b/src/stubs/getcres.c index 0b98f46..27a9180 100644 --- a/src/stubs/getcres.c +++ b/src/stubs/getcres.c @@ -10,5 +10,6 @@ weak FontResolutionPtr GetClientResolutions(int *num) { + OVERRIDE_SYMBOL(GetClientResolutions, num); return (FontResolutionPtr) 0; } |