summaryrefslogtreecommitdiffstats
path: root/tests/testrecord.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-23 10:31:27 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:26:29 +0100
commit73d6f4144fc246161652e43351253a7e9a8ef33e (patch)
tree5c4c8969d494b90aae675d1a3c68b18bed7d36e6 /tests/testrecord.c
parent03613cc7fb190dd94623ebe96c72329d4f1d1475 (diff)
downloadmsitools-73d6f4144fc246161652e43351253a7e9a8ef33e.tar.gz
msitools-73d6f4144fc246161652e43351253a7e9a8ef33e.tar.xz
msitools-73d6f4144fc246161652e43351253a7e9a8ef33e.zip
get rid of P/LP types
Diffstat (limited to 'tests/testrecord.c')
-rw-r--r--tests/testrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrecord.c b/tests/testrecord.c
index 1518e71..29d7dfe 100644
--- a/tests/testrecord.c
+++ b/tests/testrecord.c
@@ -477,7 +477,7 @@ static void test_fieldzero(void)
{
PMSIOBJECT hdb, hview, rec;
CHAR buf[MAX_PATH];
- LPCSTR query;
+ const CHAR *query;
DWORD sz;
UINT r;