Bug 797671: Import Webrtc.org code from stable branch 3.12 (rev 2820) rs=jesup
[gecko.git] / media / webrtc / trunk / tools / gyp / test / win / compiler-flags / runtime-library-md.cc
blob87c83021d4e79575f284036b65c73be9b223b53e
1 // Copyright (c) 2012 Google Inc. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef _MT
6 #error
7 #endif
9 #ifdef _DEBUG
10 #error
11 #endif
13 #ifndef _DLL
14 #error
15 #endif
17 int main() {
18 return 0;