summaryrefslogtreecommitdiff
path: root/win32/plugins/dfsound
diff options
context:
space:
mode:
Diffstat (limited to 'win32/plugins/dfsound')
-rw-r--r--win32/plugins/dfsound/winsrc/dsound.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/win32/plugins/dfsound/winsrc/dsound.h b/win32/plugins/dfsound/winsrc/dsound.h
index 09299aea..0589cdbe 100644
--- a/win32/plugins/dfsound/winsrc/dsound.h
+++ b/win32/plugins/dfsound/winsrc/dsound.h
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __WINE_DSOUND_H
@@ -30,22 +30,22 @@
#ifdef __cplusplus
extern "C" {
#endif /* defined(__cplusplus) */
-
-#ifndef WINELIB_NAME_AW
-#ifdef UNICODE
-#define WINELIB_NAME_AW(func) func##W
-#else
-#define WINELIB_NAME_AW(func) func##A
-#endif
-#endif
-
-#ifndef DECL_WINELIB_TYPE_AW
-#define DECL_WINELIB_TYPE_AW(type) typedef WINELIB_NAME_AW(type) type;
-#endif
-
-#ifndef DWORD_PTR
-#define DWORD_PTR unsigned long
-#endif
+
+#ifndef WINELIB_NAME_AW
+#ifdef UNICODE
+#define WINELIB_NAME_AW(func) func##W
+#else
+#define WINELIB_NAME_AW(func) func##A
+#endif
+#endif
+
+#ifndef DECL_WINELIB_TYPE_AW
+#define DECL_WINELIB_TYPE_AW(type) typedef WINELIB_NAME_AW(type) type;
+#endif
+
+#ifndef DWORD_PTR
+#define DWORD_PTR unsigned long
+#endif
#ifndef DX_SHARED_DEFINES