mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
AVIDump: rename CreateFile -> CreateVideoFile (conflict with windows.h)
This commit is contained in:
parent
f024fd48f9
commit
c3a1547d9a
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
class AVIDump
|
||||
{
|
||||
private:
|
||||
static bool CreateFile();
|
||||
static bool CreateVideoFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue