Re: wined3d: Use BOOL type where appropriate
11 Oct
2013
11 Oct
'13
3:56 p.m.
On 11 October 2013 22:51, Frédéric Delanoy <frederic.delanoy(a)gmail.com> wrote:
- DWORD onesided_enable = FALSE; - DWORD twosided_enable = FALSE; + DWORD onesided_enable = 0; + DWORD twosided_enable = 0; Actually, all of those initializations are redundant.
4535
Age (days ago)
4535
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet