From 70f0007154992c0bc89e11af4fe7dcc2c493aac3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 10 Feb 2017 00:00:57 +0800 Subject: Fix building on Windows. Behavior changes: 1. DnD into the main window now causes the dropped file to play. 2. Switch back to w32usleep to increase bpm accuracy. 3. Scan for plugins in application folder (in Windows), not in the working directory. --- doc/APIdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/APIdoc.md') diff --git a/doc/APIdoc.md b/doc/APIdoc.md index 5b69b5e..bc5e210 100644 --- a/doc/APIdoc.md +++ b/doc/APIdoc.md @@ -19,7 +19,7 @@ First of all, you should make your library distinct from other libraries that ar it by exporting the symbols `qmpPluginGetInterface` and `qmpPluginGetAPIRev`. Specifically, what you should do is to add the following snipplet to somewhere of your code: -``` +```C++ extern "C"{ EXPORTSYM qmpPluginIntf* qmpPluginGetInterface(qmpPluginAPI* api) //semicolon or implementation here. -- cgit v1.2.3