Alternative solution to #14

This commit is contained in:
Alcaro
2018-09-17 04:18:38 +02:00
parent 34b6bd8f6b
commit dad6aff01e
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
//Module name: Floating IPS, Windows frontend
//Author: Alcaro
//Date: June 18, 2015
//Date: See Git history
//Licence: GPL v3.0 or higher
#include "flips.h"
@@ -75,6 +75,8 @@ filewrite* filewrite::create(LPCWSTR filename) { return filewrite_w32::create(fi
//TODO: implement properly
//also ensure input==output works if implementing this, rather than getting a file sharing violation
//applies even when selecting multiple patches, of which one overwrites input
filemap* filemap::create(LPCWSTR filename) { return filemap::create_fallback(filename); }