| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This completes the removal of the monolithic fake-lib.[ch].
|
| |
|
|
|
|
| |
Also a handy #define to replace all those tedious castings of NULL.
|
|
|
|
|
| |
Now any failing bounds check causes the whole function to fail, rather
than returning a made-up value.
|
| |
|
|
|
|
|
| |
This begins a programme of code reorganisation at the end of which I'd
like to end up with something almost legible :-)
|
|
|
|
|
|
| |
A quick experiment or two with the real Windows version suggests that
the hash function in question is just MD5, repackaged as an array of
four little-endian 32-bit words instead of 16 bytes.
|
|
|
|
|
| |
This is pretty ugly code, but it works well enough to deliver the
right versions for the files in my test MSI. I can polish it later.
|
|
|
|
|
| |
But I haven't tested it yet, so it's probably got a zillion things
wrong inside it.
|
| |
|
|
Now I can get an idea of what sequence of calls WiX actually expects
to use to build an MSI.
|