Changeset 49419 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 8, 2013 3:18:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/arb_program_shader.c
r48345 r49419 3976 3976 return found_sig->idx; 3977 3977 } 3978 found_sig = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(* sig));3978 found_sig = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*found_sig)); 3979 3979 found_sig->sig = clone_sig(sig); 3980 3980 found_sig->idx = priv->ps_sig_number++;
Note:
See TracChangeset
for help on using the changeset viewer.