summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h b/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h
new file mode 100644
index 000000000..117913c4f
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/win/linker-flags/inline_test.h
@@ -0,0 +1,5 @@
+// Copyright (c) 2013 Google Inc. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+bool IsFunctionInlined(void* current_return_address);