comparison MasterLoop.c @ 9:a87d02855dee

Compiles -- with win thds -- still debugging assembly
author Me
date Tue, 01 Jun 2010 05:33:40 -0700
parents ca61f77ed417
children e2de204909bf
comparison
equal deleted inserted replaced
1:ad6c7d2801cc 2:65d0e1918736
4 * Licensed under BSD 4 * Licensed under BSD
5 */ 5 */
6 6
7 7
8 8
9 #include <windows.h>
9 #include <stdio.h> 10 #include <stdio.h>
10 #include <malloc.h> 11 #include <malloc.h>
12 #include <stddef.h>
11 13
12 #include "VMS.h" 14 #include "VMS.h"
13 15
14 16
15 17