Building and customizing Audacity from the source code.
-
Edgar
- Forum Crew
- Posts: 2043
- Joined: Thu Sep 03, 2009 9:13 pm
- Operating System: Windows 10
Post
by Edgar » Mon Sep 29, 2014 11:40 am
Note that in the file: lib-srcFileDialogwinFileDialogPrivate.cpp the same file is #included on line 55 & 95:
Code: Select all
#include <shlobj.h>
[…]
#include <ShlObj.h>
Even though the capitalization is different, since this is Windows, this file include is one and the same.