From 5b39dc76f1bc82f941d5c800ab9f34407a06b53a Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Wed, 21 Jun 2023 00:00:00 +0000 Subject: 23.01 --- CPP/Windows/FileDir.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CPP/Windows/FileDir.h') diff --git a/CPP/Windows/FileDir.h b/CPP/Windows/FileDir.h index 08281aa..573ffa2 100644 --- a/CPP/Windows/FileDir.h +++ b/CPP/Windows/FileDir.h @@ -1,7 +1,7 @@ // Windows/FileDir.h -#ifndef __WINDOWS_FILE_DIR_H -#define __WINDOWS_FILE_DIR_H +#ifndef ZIP7_INC_WINDOWS_FILE_DIR_H +#define ZIP7_INC_WINDOWS_FILE_DIR_H #include "../Common/MyString.h" @@ -73,6 +73,8 @@ bool GetCurrentDir(FString &resultPath); bool MyGetTempPath(FString &resultPath); +bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile); + class CTempFile MY_UNCOPYABLE { bool _mustBeDeleted; -- cgit v1.2.3-55-g6feb