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__)
|
||||
|
||||
#undef SymNone
|
||||
#undef SymCoff
|
||||
#undef SymCv
|
||||
#undef SymPdb
|
||||
#undef SymExport
|
||||
#undef SymDeferred
|
||||
#undef SymSym
|
||||
|
||||
typedef enum {
|
||||
SymNone = 0,
|
||||
SymCoff,
|
||||
SymCv,
|
||||
SymPdb,
|
||||
SymExport,
|
||||
SymDeferred,
|
||||
SymSym, // .sym file
|
||||
SymDia,
|
||||
SymDia = 7,
|
||||
SymVirtual,
|
||||
NumSymTypes
|
||||
} SYM_TYPE;
|
||||
} SYM_TYPE_EX;
|
||||
|
||||
typedef enum {
|
||||
AddrMode1616,
|
||||
|
|
Loading…
Reference in New Issue