Fix double typedef of SQLUINTEGER. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1413 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/sqltypes.h b/mingw-w64-headers/include/sqltypes.h index 9ac7f79..a31776e 100644 --- a/mingw-w64-headers/include/sqltypes.h +++ b/mingw-w64-headers/include/sqltypes.h
@@ -96,9 +96,6 @@ typedef short int SWORD; typedef unsigned long int UDWORD; typedef unsigned short int UWORD; -#ifndef _WIN64 - typedef UDWORD SQLUINTEGER; -#endif typedef signed long SLONG; typedef signed short SSHORT;