Re: [PATCH 1/6] shell32/tests: Add tests for SHQueryRecycleBin (try 2)
July 8, 2011
1:26 p.m.
Jay Yang <jkelleyy(a)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(a)winehq.org
5375
Age (days ago)
5375
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard