Revision | User | Message | Revert | ||
---|---|---|---|---|---|
#9414 - 3 months ago | DaSalba | sizeof() returns the size in bytes, not bits; a C/C++ bool is 1 byte (8 bits), because that's the smallest addressable memory in a computer; a BOOL is 4 bytes (32 bits) because it's actually an int | |||
#8516 - 5 months ago | Shepard62FR | Fix typos, fix a code mistake in custom "Restore" functions, add testing advice | Revert | ||
#7932 - 1 year ago | Shepard62FR | Fix page order | Revert | ||
#7930 - 1 year ago | Shepard62FR | Revert |