summaryrefslogtreecommitdiff
path: root/gs/base/windows_.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/windows_.h')
-rw-r--r--gs/base/windows_.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gs/base/windows_.h b/gs/base/windows_.h
index 93846f8f2..d8ddc7d3d 100644
--- a/gs/base/windows_.h
+++ b/gs/base/windows_.h
@@ -1,6 +1,6 @@
/* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
-
+
This software is provided AS-IS with no warranty, either express or
implied.
@@ -23,13 +23,13 @@
#ifdef __WATCOMC__
typedef RGBQUAD FAR * LPRGBQUAD;
- /* Watcom's _beginthread takes an extra stack_bottom argument. */
+ /* Watcom's _beginthread takes an extra stack_bottom argument. */
# define BEGIN_THREAD(proc, stksize, data)\
_beginthread(proc, NULL, stksize, data)
#else
# define BEGIN_THREAD(proc, stksize, data)\
_beginthread(proc, stksize, data)
- /* Define null equivalents of the Watcom 32-to-16-bit glue. */
+ /* Define null equivalents of the Watcom 32-to-16-bit glue. */
# define AllocAlias16(ptr) ((DWORD)(ptr))
# define FreeAlias16(dword) /* */
# define MK_FP16(fp32) ((DWORD)(fp32))
@@ -45,7 +45,7 @@ typedef RGBQUAD FAR * LPRGBQUAD;
#endif
#if defined(__BORLANDC__)
-# define exception_code() __exception_code
+# define exception_code() __exception_code
#endif
#endif /* windows__INCLUDED */