Skip to content

Commit

Permalink
updated sample so it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz Qadeer committed Mar 29, 2017
1 parent 1a92eb8 commit 69fd9c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tutorial/Sample0/Main.cpp
Expand Up @@ -5,7 +5,7 @@
#include <stdio.h>
extern "C" {
#include "PrtDist.h"
#include "PingPongSimple.h"
#include "Sample0.h"
#include "Prt.h"
}
#include <string>
Expand Down
6 changes: 3 additions & 3 deletions Tutorial/Sample0/Sample0.vcxproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
Expand All @@ -23,7 +23,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>Test</RootNamespace>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<ProjectName>PingPongSimple</ProjectName>
<ProjectName>Sample0</ProjectName>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -177,4 +177,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), p.props))\Bld\Targets\p.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Tutorial/Sample0/TimerImpl.c
@@ -1,4 +1,4 @@
#include "PingPongSimple.h"
#include "Sample0.h"

static PRT_UINT32 numTimerInstances = 0;
typedef struct TimerContext {
Expand Down

0 comments on commit 69fd9c8

Please sign in to comment.