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.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h index 1fc5e7e2cda..3307cf1bf5b 100644 --- a/ace/config-win32.h +++ b/ace/config-win32.h @@ -5,7 +5,7 @@ // Windows NT 3.51 and Windows NT 4.0 platforms using the Microsoft Visual C++ // compilers 2.0, 4.0, 4.1, 4.2 and 5.0 -#if !defined (ACE_CONFIG_H) +#ifndef ACE_CONFIG_H #define ACE_CONFIG_H #if defined (ACE_HAS_WINCE) || defined (UNDER_CE) |