diff --git a/Source/Main.cpp b/Source/Main.cpp index 8dd7d35..e5f397c 100644 --- a/Source/Main.cpp +++ b/Source/Main.cpp @@ -8,7 +8,7 @@ ============================================================================== */ #include -#include +//#include #include "../JuceLibraryCode/JuceHeader.h" #include "MainComponent.h" @@ -70,9 +70,9 @@ public: DocumentWindow::allButtons) { PWSTR path; - SHGetKnownFolderPath(FOLDERID_Profile, 0, NULL, &path); +// SHGetKnownFolderPath(FOLDERID_Profile, 0, NULL, &path); - static String pathStr(path); + static String pathStr("C:\\Users\\jens"); setContentOwned (new MainComponent(pathStr), true); centreWithSize (getWidth(), getHeight());