
Windows Game Programming for Dummies example bugs fixed:
=====================================================================
- Adding all EndPaint calls where [hwnd] parameter was left out.
- winx.asm:
  An include file left out (rnd.asm) which is called by cpu.asm file.
- cpu.asm:
  Case sensitive typo to a procedure call in procedure CpuDiv128_l2

     jnz     cpudiv128_l1 --to--> CpuDiv128_l1

- Now all the examples can be re-compiled from where it was extracted
  with directory structures intact.

Credits: 

- Thanks to Inskipp for solution on EndPaint bugs.
- madmatt for great fasmw conversions for these examples.
=====================================================================
i-don.
