<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>contrib/extractor/ad.exe</filename>
    </modified>
    <modified>
      <diff>@@ -3,26 +3,28 @@
 
 #ifdef WIN32
 typedef __int64            int64;
-typedef long               int32;
-typedef short              int16;
-typedef char               int8;
+typedef __int32            int32;
+typedef __int16            int16;
+typedef __int8             int8;
 typedef unsigned __int64   uint64;
-typedef unsigned long      uint32;
-typedef unsigned short     uint16;
-typedef unsigned char      uint8;
+typedef unsigned __int32   uint32;
+typedef unsigned __int16   uint16;
+typedef unsigned __int8    uint8;
 #else
 #include &lt;stdint.h&gt;
 #ifndef uint64_t 
+#ifdef __linux__
 #include &lt;linux/types.h&gt; 
 #endif
+#endif
 typedef int64_t            int64;
-typedef long               int32;
-typedef short              int16;
-typedef char               int8;
+typedef int32_t            int32;
+typedef int16_t            int16;
+typedef int8_t             int8;
 typedef uint64_t           uint64;
-typedef unsigned long      uint32;
-typedef unsigned short     uint16;
-typedef unsigned char      uint8;
+typedef uint32_t           uint32;
+typedef uint16_t           uint16;
+typedef uint8_t            uint8;
 #endif
 
 #define FILE_FORMAT_VERSION    18</diff>
      <filename>contrib/extractor/loadlib/loadlib.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #ifndef __REVISION_NR_H__
 #define __REVISION_NR_H__
- #define REVISION_NR &quot;8619&quot;
+ #define REVISION_NR &quot;8620&quot;
 #endif // __REVISION_NR_H__</diff>
      <filename>src/shared/revision_nr.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ede1b9d7f2a90b2579fd5756dc203223f57f76e0</id>
    </parent>
  </parents>
  <author>
    <name>Lynx3d</name>
    <email>Lynx3d@getmangos.com</email>
  </author>
  <url>http://github.com/mangos/mangos/commit/ecc125576b736e9e63a4617acc4e92443084bd1b</url>
  <id>ecc125576b736e9e63a4617acc4e92443084bd1b</id>
  <committed-date>2009-10-10T09:22:29-07:00</committed-date>
  <authored-date>2009-10-10T09:14:55-07:00</authored-date>
  <message>[8620] Use platform independent by size types in extractor typedefs.

Signed-off-by: VladimirMangos &lt;vladimir@getmangos.com&gt;

Also use in same way size fixed types in windows case.</message>
  <tree>ad296255372e8508a7f89de22ce7a84a396fdac3</tree>
  <committer>
    <name>VladimirMangos</name>
    <email>vladimir@getmangos.com</email>
  </committer>
</commit>
