mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9884
This commit is contained in:
parent
dc4a89fb63
commit
469e13e9b2
|
@ -58,26 +58,11 @@
|
||||||
|
|
||||||
#if defined(__MINGW32__) || defined(__CYGWIN32__)
|
#if defined(__MINGW32__) || defined(__CYGWIN32__)
|
||||||
|
|
||||||
#undef SymNone
|
|
||||||
#undef SymCoff
|
|
||||||
#undef SymCv
|
|
||||||
#undef SymPdb
|
|
||||||
#undef SymExport
|
|
||||||
#undef SymDeferred
|
|
||||||
#undef SymSym
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SymNone = 0,
|
SymDia = 7,
|
||||||
SymCoff,
|
|
||||||
SymCv,
|
|
||||||
SymPdb,
|
|
||||||
SymExport,
|
|
||||||
SymDeferred,
|
|
||||||
SymSym, // .sym file
|
|
||||||
SymDia,
|
|
||||||
SymVirtual,
|
SymVirtual,
|
||||||
NumSymTypes
|
NumSymTypes
|
||||||
} SYM_TYPE;
|
} SYM_TYPE_EX;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
AddrMode1616,
|
AddrMode1616,
|
||||||
|
|
Loading…
Reference in New Issue