Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

Direntry.h: Add UINT32 as a fallback-alias for uint32_t

This is to make Visual C++ happy.

Changeset f11dc5f89112

Parent 4fa89d8d043f

by Sune Foldager

Changes to one file · Browse files at f11dc5f89112 Showing diff from parent 4fa89d8d043f Diff from another changeset...

 
20
21
22
 
 
 
 
 
23
24
25
 
20
21
22
23
24
25
26
27
28
29
30
@@ -20,6 +20,11 @@
   #include <vector>   +// Visual Studio has UINT32 instead of uint32_t +#ifndef uint32_t +#define uint32_t UINT32 +#endif +  class Winstat;    class Direntry