Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/shared/AutoHandle.cpp

Issue 10824027: Implement better marshaling (Closed)
Patch Set: Created May 31, 2013, 8:26 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/shared/AutoHandle.cpp
===================================================================
--- a/src/shared/AutoHandle.cpp
+++ b/src/shared/AutoHandle.cpp
@@ -1,9 +1,9 @@
-#include PRECOMPILED_HEADER_FILE
+#include "..\engine\stdafx.h"
#include "AutoHandle.h"
AutoHandle::AutoHandle()
{
}
AutoHandle::AutoHandle(HANDLE handle) : handle(handle)

Powered by Google App Engine
This is Rietveld