msi: 0xdeadbeef is too big for a signed int thus producing sign
commitb222f1bca407d0ada64bda137b91d1f9b25ebb50
authorMichael Stefaniuc <mstefani@redhat.de>
Thu, 27 Jul 2006 19:46:38 +0000 (27 21:46 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Jul 2006 10:33:45 +0000 (28 12:33 +0200)
treee7507aa59a39e342cf728b2380d39000bcb062c7
parent99c5d1957ab9e58cceb482029376898fc5b94417
msi: 0xdeadbeef is too big for a signed int thus producing sign
comparison warnings when compared to an int variable. Use 0xdeadbee
instead.
dlls/msi/tests/package.c