view src/protobuf-test.cpp @ 3090:e9b0732bd46c

[MSVC] enable expat compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 25 Jun 2013 10:55:07 -0400
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}