mirror of
https://github.com/google/googletest.git
synced 2025-12-01 16:47:28 -05:00
Supports building gtest as a DLL (by Vlad Losev).
This commit is contained in:
@@ -79,7 +79,7 @@ namespace testing {
|
||||
// latter (it causes an access violation if you do). The Message
|
||||
// class hides this difference by treating a NULL char pointer as
|
||||
// "(null)".
|
||||
class Message {
|
||||
class GTEST_API_ Message {
|
||||
private:
|
||||
// The type of basic IO manipulators (endl, ends, and flush) for
|
||||
// narrow streams.
|
||||
|
||||
Reference in New Issue
Block a user