]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/vld/src/ntapi.h
Add support for glue length in parskip (#12867)
[lyx.git] / development / Win32 / vld / src / ntapi.h
index 26add1e8da69786f7d9b4f0c14031c252bd9a198..6d7ad67e63e71842cc42fae50bfad2f096c55a3f 100644 (file)
@@ -1,8 +1,7 @@
 ////////////////////////////////////////////////////////////////////////////////
-//  $Id: ntapi.h,v 1.8 2006/11/18 03:12:35 dmouldin Exp $
 //
 //  Visual Leak Detector - NT API Definitions
-//  Copyright (c) 2006 Dan Moulding
+//  Copyright (c) 2006-2009 Dan Moulding
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public
@@ -33,7 +32,7 @@ Applications should never include this header."
 #include <windows.h>
 
 // Return code type used by LdrLoadDll.
-typedef ULONG NTSTATUS;
+typedef LONG NTSTATUS;
 #define   STATUS_SUCCESS 0
 
 // Unicode string structure used by NT APIs.