On Wed, Sep 8, 2021 at 9:40 AM Victor Spirin <v(dot)spirin(at)postgrespro(dot)ru> wrote:
> Is this code better? Maybe there is another correct method?
Hmm, if we want to use the system header's struct definition, add some
space for a path at the end, and avoid heap allocation, perhaps we
could do something like:
struct {
FILE_RENAME_INFO fri;
WCHAR extra_space[MAX_PATH];
} x;