From 69fd9c8a6efcc16edf91ff88209f7200bae20abd Mon Sep 17 00:00:00 2001 From: Shaz Qadeer Date: Wed, 29 Mar 2017 11:16:54 -0700 Subject: [PATCH] updated sample so it builds --- Tutorial/Sample0/Main.cpp | 2 +- Tutorial/Sample0/Sample0.vcxproj | 6 +++--- Tutorial/Sample0/TimerImpl.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tutorial/Sample0/Main.cpp b/Tutorial/Sample0/Main.cpp index 8ae8a58e7..1d24c3257 100644 --- a/Tutorial/Sample0/Main.cpp +++ b/Tutorial/Sample0/Main.cpp @@ -5,7 +5,7 @@ #include extern "C" { #include "PrtDist.h" -#include "PingPongSimple.h" +#include "Sample0.h" #include "Prt.h" } #include diff --git a/Tutorial/Sample0/Sample0.vcxproj b/Tutorial/Sample0/Sample0.vcxproj index bba2bfdca..14edcfa94 100644 --- a/Tutorial/Sample0/Sample0.vcxproj +++ b/Tutorial/Sample0/Sample0.vcxproj @@ -1,4 +1,4 @@ - + @@ -23,7 +23,7 @@ Win32Proj Test 10.0.10586.0 - PingPongSimple + Sample0 True @@ -177,4 +177,4 @@ - \ No newline at end of file + diff --git a/Tutorial/Sample0/TimerImpl.c b/Tutorial/Sample0/TimerImpl.c index 6a763f7a7..f37f0980d 100644 --- a/Tutorial/Sample0/TimerImpl.c +++ b/Tutorial/Sample0/TimerImpl.c @@ -1,4 +1,4 @@ -#include "PingPongSimple.h" +#include "Sample0.h" static PRT_UINT32 numTimerInstances = 0; typedef struct TimerContext {