From ccc11678c734a8c52bc025b2b4c1b21e5f12abc7 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Tue, 28 Apr 2009 01:48:06 +0000 Subject: Make building libprotobuf as a DLL work again. --- src/google/protobuf/stubs/once.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/stubs/once.h') diff --git a/src/google/protobuf/stubs/once.h b/src/google/protobuf/stubs/once.h index 58f1ea91..61c5f362 100644 --- a/src/google/protobuf/stubs/once.h +++ b/src/google/protobuf/stubs/once.h @@ -85,7 +85,7 @@ namespace protobuf { struct GoogleOnceInternal; -struct GoogleOnceType { +struct LIBPROTOBUF_EXPORT GoogleOnceType { GoogleOnceType(); void Init(void (*init_func)()); -- cgit v1.2.3