OSDN Git Service

何もないウインドウの表示
[winaudioj/winwrapper.git] / winwrapper / jumplist.h
diff --git a/winwrapper/jumplist.h b/winwrapper/jumplist.h
new file mode 100644 (file)
index 0000000..647fbe7
--- /dev/null
@@ -0,0 +1,32 @@
+#pragma once\r
+/*\r
+  ==============================================================================\r
+\r
+   This file is part of the async\r
+   Copyright 2005-10 by Satoshi Fujiwara.\r
+\r
+   async can be redistributed and/or modified under the terms of the\r
+   GNU General Public License, as published by the Free Software Foundation;\r
+   either version 2 of the License, or (at your option) any later version.\r
+\r
+   async is distributed in the hope that it will be useful,\r
+   but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+   GNU General Public License for more details.\r
+\r
+   You should have received a copy of the GNU General Public License\r
+   along with async; if not, visit www.gnu.org/licenses or write to the\r
+   Free Software Foundation, Inc., 59 Temple Place, Suite 330, \r
+   Boston, MA 02111-1307 USA\r
+\r
+  ==============================================================================\r
+*/\r
+namespace sf{\r
+struct jumplist\r
+{\r
+public:\r
+  jumplist(){};\r
+  virtual ~jumplist(){};\r
+};\r
+}\r
+\r