mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[USP10_WINETEST]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62927
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
/* Automatically generated by make depend; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
/* Automatically generated; DO NOT EDIT!! */
|
||||
|
||||
#define STANDALONE
|
||||
#include <wine/test.h>
|
||||
|
||||
@@ -840,7 +840,7 @@ static int CALLBACK enumFontProc( const LOGFONTA *lpelfe, const TEXTMETRICA *lpn
|
||||
return 1;
|
||||
|
||||
i = rp->range;
|
||||
while (i > sizeof(DWORD)*8)
|
||||
while (i >= sizeof(DWORD)*8)
|
||||
{
|
||||
idx++;
|
||||
i -= (sizeof(DWORD)*8);
|
||||
|
||||
Reference in New Issue
Block a user