Skip to content
Snippets Groups Projects
Commit 536252b4 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Merge branch 'winbuild' of github.com:open-ephys/plugin-GUI into winbuild

parents 69ddc4f1 cab54bd7
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ...@@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "../../Processors/PluginManager/OpenEphysPlugin.h" #include "../../Processors/PluginManager/OpenEphysPlugin.h"
#include "SpikeDetector\SpikeDetector.h" #include "SpikeDetector/SpikeDetector.h"
#include "SpikeDisplayNode\SpikeDisplayNode.h" #include "SpikeDisplayNode/SpikeDisplayNode.h"
#include <string> #include <string>
#ifdef WIN32 #ifdef WIN32
#include <Windows.h> #include <Windows.h>
...@@ -73,4 +73,4 @@ BOOL WINAPI DllMain(IN HINSTANCE hDllHandle, ...@@ -73,4 +73,4 @@ BOOL WINAPI DllMain(IN HINSTANCE hDllHandle,
return TRUE; return TRUE;
} }
#endif #endif
\ No newline at end of file
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <Windows.h> #include <Windows.h>
#endif #endif
#include "../../JuceLibraryCode/JuceHeader.h" #include "../../../JuceLibraryCode/JuceHeader.h"
#include "../../Processors/GenericProcessor/GenericProcessor.h" #include "../../Processors/GenericProcessor/GenericProcessor.h"
/** /**
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <Windows.h> #include <Windows.h>
#endif #endif
#include "../../JuceLibraryCode/JuceHeader.h" #include "../../../JuceLibraryCode/JuceHeader.h"
#include "../../Processors/GenericProcessor/GenericProcessor.h" #include "../../Processors/GenericProcessor/GenericProcessor.h"
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment