[PATCH 1/6] shell32/tests: Add tests for SHQueryRecycleBin (try 2)

Alexandre Julliard julliard at winehq.org
Fri Jul 8 08:26:55 CDT 2011


Jay Yang <jkelleyy at gmail.com> writes:

> +static void test_query_recyclebin(void)
> +{
> +    SHQUERYRBINFO info1={sizeof(info1),0xdeadbeefdeadbeefLL,0xdeadbeefdeadbeefLL};
> +    SHQUERYRBINFO info2={sizeof(info2),0xdeadbeefdeadbeefLL,0xdeadbeefdeadbeefLL};

You can't use LL constants.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list