X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=win32%2Fdsnd.cpp;h=ce1fd44d59e94a5cc0f6de85b61eb8dec02b8fff;hb=f89d84717ae3536779f04cdfb57cf940d2bd8ade;hp=4e1930e94cf9142652211d04d2cf1a6cff691504;hpb=8ced8d2b38431e23be1b26457110febbe10d14c7;p=libpicofe.git diff --git a/win32/dsnd.cpp b/win32/dsnd.cpp index 4e1930e..ce1fd44 100644 --- a/win32/dsnd.cpp +++ b/win32/dsnd.cpp @@ -1,4 +1,14 @@ -//#pragma warning (disable:4201) +/* + * (C) Gražvydas "notaz" Ignotas, 2009 + * + * This work is licensed under the terms of any of these licenses + * (at your option): + * - GNU GPL, version 2 or later. + * - GNU LGPL, version 2.1 or later. + * - MAME license. + * See the COPYING file in the top-level directory. + */ + #include #define WIN32_LEAN_AND_MEAN #include @@ -6,7 +16,7 @@ #include #include "dsnd.h" -#include "../common/lprintf.h" +#include "../lprintf.h" #define NSEGS 4 #define RELEASE(x) if (x) x->Release(); x=NULL;