summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:19:42 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-17 17:19:42 +0000
commit5c9ce8e024326a9dc71c67463f0f75fbf8daed07 (patch)
tree6e786b9bf60071f6f8995bec5d1f79994a14ecf4 /include/cppunit
parentde16a052d9a0d9c436845113bb15d1162f77cf63 (diff)
downloadcppunit-5c9ce8e024326a9dc71c67463f0f75fbf8daed07.tar.gz
fixed typo (I'm doing too much python)
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/Portability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Portability.h b/include/cppunit/Portability.h
index 201c092..3047642 100644
--- a/include/cppunit/Portability.h
+++ b/include/cppunit/Portability.h
@@ -1,7 +1,7 @@
#ifndef CPPUNIT_PORTABILITY_H
#define CPPUNIT_PORTABILITY_H
-#if defined(_WIN32) and !defined(WIN32)
+#if defined(_WIN32) && !defined(WIN32)
# define WIN32 1
#endif