commit | aface53759a9db647eba4362a35b007577e89117 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Aug 28 22:35:23 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 28 22:35:23 2002 +0000 |
tree | 3d8e335f2a4ace26b1c7097927fe6056892ed5fe | |
parent | c895879e2a729a91429a149ac5071db1e532583f [diff] [blame] |
Fixed a number of dll separation issues.
diff --git a/objects/bitmap.c b/objects/bitmap.c index 8ddfd3b..46080a8 100644 --- a/objects/bitmap.c +++ b/objects/bitmap.c
@@ -53,7 +53,7 @@ * Return number of bytes taken by a scanline of 16-bit aligned Windows DDB * data. */ -INT BITMAP_GetWidthBytes( INT bmWidth, INT bpp ) +static INT BITMAP_GetWidthBytes( INT bmWidth, INT bpp ) { switch(bpp) {