Removed more warnings and optimized the asm code a bit.

This commit is contained in:
jbo_85
2005-06-13 13:53:38 +00:00
parent 86bf6cf62d
commit 0baaa2b25d
4 changed files with 16 additions and 47 deletions

View File

@@ -552,7 +552,7 @@ LRESULT CALLBACK Main_Proc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
static bool shiftpr;
bool accept;
int vkeyval=0;
int vkeyval = 0;
switch (uMsg)
{