From 1a690fb65af0661d93a65e069b9e8e0a1fa12087 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 7 Sep 2015 23:30:46 -0500 Subject: [PATCH] Issue #25010: Fix path for .pyd example project. Patch by Shaun Walbridge --- PCbuild/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 74a79c1d6fc..c034031d1b1 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -318,5 +318,5 @@ Your Own Extension DLLs ----------------------- If you want to create your own extension module DLL (.pyd), there's an -example with easy-to-follow instructions in ..\PC\example\; read the +example with easy-to-follow instructions in ..\PC\example_nt\; read the file readme.txt there first.