Skip to content
Snippets Groups Projects
Commit f07c1633 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard
Browse files

Added a typedef for __int64 which is a builtin Visual C++ type

Added a typedef for PUINT
parent 20d3f10b
No related branches found
Tags wine-960421
No related merge requests found
......@@ -115,6 +115,7 @@ typedef DWORD LCID;
typedef WORD LANGID;
typedef DWORD LCTYPE;
typedef float FLOAT;
typedef long long __int64;
/* Pointers types. These are the same for emulator and library. */
/* winnt types */
......@@ -277,6 +278,7 @@ typedef LPCSTR LPCTSTR;
DECL_WINELIB_TYPE(INT)
DECL_WINELIB_TYPE(LPINT)
DECL_WINELIB_TYPE(PUINT)
DECL_WINELIB_TYPE(LPUINT)
DECL_WINELIB_TYPE(UINT)
DECL_WINELIB_TYPE(BOOL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment