ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Search.cpp
(Generate patch)

Comparing trunk/Search/Search.cpp (file contents):
Revision 334 by Douglas Thrift, 2004-04-05T16:37:41-07:00 vs.
Revision 345 by Douglas Thrift, 2004-05-11T22:31:44-07:00

# Line 57 | Line 57
57   #include <sys/utsname.h>
58   #else
59   #include <windows.h>
60 +
61 + // Stupid MinGW
62 + #ifndef PROCESSOR_ARCHITECTURE_AMD64
63 + #define PROCESSOR_ARCHITECTURE_AMD64 9
64 + #endif
65 + #ifndef PROCESSOR_ARCHITECTURE_IA32_ON_WIN64
66 + #define PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 10
67 + #endif
68 +
69   #endif
70  
71   string program;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines