php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #50689
Patch bug50689 revision 2010-11-24 16:05 UTC by kalle@php.net

Patch bug50689 for PDO related Bug #50689

Patch version 2010-11-24 16:05 UTC

Return to Bug #50689 | Download this patch
Patch Revisions:

Developer: kalle@php.net

Index: php_odbc_includes.h
===================================================================
--- php_odbc_includes.h	(revision 305655)
+++ php_odbc_includes.h	(working copy)
@@ -114,6 +114,16 @@
 #undef SQLCHAR
 #endif
 
+#ifndef GUID
+typedef struct GUID
+{          
+    DWORD   Data1;
+    WORD    Data2;
+    WORD    Data3;
+    BYTE    Data4[8];
+} GUID;
+#endif
+
 #define ODBC_TYPE "unixODBC"
 #include <sql.h>
 #include <sqlext.h>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 05:01:31 2024 UTC