Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: webrtc/voice_engine/test/channel_transport/traffic_control_win.cc

Issue 2719703003: Roll chromium_revision 33a7a547b9..7e40b4199b (452838:452938) (Closed)
Patch Set: Proper rebase merge Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/test/channel_transport/traffic_control_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/test/channel_transport/traffic_control_win.cc
diff --git a/webrtc/voice_engine/test/channel_transport/traffic_control_win.cc b/webrtc/voice_engine/test/channel_transport/traffic_control_win.cc
index c0fc76dccca5aec8af28ce6a35bbe2c6b32b88bd..fb9f9c8c142743d695a276692702ac5b8f979cb2 100644
--- a/webrtc/voice_engine/test/channel_transport/traffic_control_win.cc
+++ b/webrtc/voice_engine/test/channel_transport/traffic_control_win.cc
@@ -243,8 +243,8 @@ ULONG TrafficControlWindows::TcDeleteFilter(HANDLE FilterHandle)
return tcDeleteFilter(FilterHandle);
}
-void MyClNotifyHandler(HANDLE ClRegCtx, HANDLE ClIfcCtx, ULONG Event,
- HANDLE SubCode, ULONG BufSize, PVOID Buffer)
+void CALLBACK MyClNotifyHandler(HANDLE ClRegCtx, HANDLE ClIfcCtx, ULONG Event,
+ HANDLE SubCode, ULONG BufSize, PVOID Buffer)
{
}
« no previous file with comments | « webrtc/voice_engine/test/channel_transport/traffic_control_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698