changed keyForControl to an unsigned int. it was in conflict with main.cpp

also changed the pre-build events so that it now compiles even when the dolphin source is located in a dir with a space(like C:\documents and settings)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@465 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
daco65
2008-09-07 16:12:56 +00:00
parent 55002b9db2
commit ad3bea4c04
3 changed files with 26 additions and 14 deletions

View File

@ -49,7 +49,7 @@ int m_buttonResources[NUMCONTROLS] =
// NUMCONTROLS
};
extern int keyForControl[NUMCONTROLS];
extern unsigned int keyForControl[NUMCONTROLS];
extern bool g_rumbleEnable;
LRESULT CConfigDlg::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)