summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-25 04:39:51 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-25 04:39:51 +0000
commitaa80518b07e6a21e6d875830e8864530458cd8dd (patch)
treec45a2cfbd8efb59eaa41b93019992564ef666889
parentd55329340828a736777056f49afd21cb67e2b6b8 (diff)
downloadyajl-aa80518b07e6a21e6d875830e8864530458cd8dd.tar.gz
update header documentation.
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@62 e775cfb5-b74b-0410-aad5-5bebe4a96390
-rw-r--r--src/api/yajl_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/yajl_common.h b/src/api/yajl_common.h
index 9aac04f..a97b3c0 100644
--- a/src/api/yajl_common.h
+++ b/src/api/yajl_common.h
@@ -37,7 +37,7 @@
/* msft dll export gunk. To build a DLL on windows, you
* must define WIN32, YAJL_SHARED, and YAJL_BUILD. To use a shared
- * DLL, you must define YAJL_SHARED */
+ * DLL, you must define YAJL_SHARED and WIN32 */
#if defined(WIN32) && defined(YAJL_SHARED)
# ifdef YAJL_BUILD
# define YAJL_API __declspec(dllexport)