diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | 5744b6c51fa13f328c699cd544205ac2123696ef (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/config-win32-common.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 4ffa57816c7..f7a54c77b46 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -4,7 +4,7 @@ // The following configuration file contains the defines // common to all Win32/MSVC/MFC combinations. -#if !defined (ACE_WIN32_COMMON_H) +#ifndef ACE_WIN32_COMMON_H #define ACE_WIN32_COMMON_H // ---------------- platform features or lack of them ------------- |