Add PInvoke/Array tests (#19266)
[platform/upstream/coreclr.git] / tests / src / Interop / common / types.h
index b4bbcde..26b49ac 100755 (executable)
@@ -19,7 +19,7 @@ typedef char* LPSTR;
 typedef const char* LPCSTR;
 typedef void* FARPROC;
 typedef void* HMODULE;
-typedef unsigned error_t;
+typedef int error_t;
 typedef void* LPVOID;
 typedef unsigned char BYTE;
 typedef WCHAR OLECHAR;