Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Added (STRING) casts to various name maps to silence VS2010 compiler …
Browse files Browse the repository at this point in the history
…errors

Removed unneeded PossibleGroup related vars
  • Loading branch information
waruddar committed Sep 18, 2011
1 parent d1754c6 commit 3f94ce9
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 721 deletions.
Binary file modified CBash.suo
Binary file not shown.
1,279 changes: 559 additions & 720 deletions CBash/Common.cpp

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion CBash/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ typedef std::map<UINT32, std::vector<UINT32> >::const_iterator RecordType_Possib
typedef std::map<UINT32, FunctionArguments>::const_iterator Function_Arguments_Iterator;
typedef std::map<UINT32, STRING>::const_iterator ID_Name_Iterator;

extern const std::map<UINT32, std::vector<UINT32> > RecordType_PossibleGroups;
extern const std::map<UINT32, FunctionArguments> Function_Arguments;
extern const std::map<UINT32, STRING> Function_Name;
extern const std::map<UINT32, STRING> Comparison_Name;
Expand Down
Binary file modified release/CBash.dll
Binary file not shown.
Binary file modified release/CBashExe.exe
Binary file not shown.
Binary file modified release/CBashExe.pdb
Binary file not shown.

0 comments on commit 3f94ce9

Please sign in to comment.