search for: intx_t

Displaying 3 results from an estimated 3 matches for "intx_t".

Did you mean: int8_t
2013 Jul 05
0
Small fixes needed for Riello driver
...d wait_packet are boolean and so (there isn't a standard Boolean type) uint8_t. > > Is this correct? Either one works, but I think there was some confusion since the rest of the changes were simply changing the type name, rather than changing to a type of a different size. Also, the [u]intX_t types are really meant for when you need an exact size, such as the bytes coming back from an UPS. It's probably not much of an issue since it isn't performance-critical code, and you said it has been tested. We're just trying to make sure that others can easily understand what is happ...
2013 Mar 08
0
Updated MSVC patch
...he case, the user should provide a minimal replacement header. I've also just updated the commemt above the #include <stdint.h> to say: /* If your compiler does not provide <stdint.h> you should provide a replacement * which has suitable replacements for the following intX_T and uintX_t types. * For example: * http://msinttypes.googlecode.com/svn/trunk/stdint.h * http://www.azillionmonkeys.com/qed/pstdint.h */ Is this not an acceptable solution? Its kind of neater and MSVC really is the only compiler I know of that doesn't have <stdint.h>...
2013 Mar 06
4
Updated MSVC patch
Thanks, Erik. This is the delta that should fix everything up. I hope that #include "share/compat.h" is acceptable from the test_streams binary. If not, you can probably change it to FLAC/ordinals.h instead Also don't forget to commit my earlier VERSION="1.3.0" patch. You can add the "pre1" in a normal text editor without risk. I didn't include those