I tried to compile a source file that I already had, but I got several errors pertaining to my include files...

Code:
>cl /c wussemblem.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

wussemblem.c
C:\C\include\stdlib.h(136) : error C2059: syntax error : 'type'
C:\C\include\WIN.H(8200) : warning C4005: 'WTS_CONSOLE_CONNECT' : macro redefini
tion
        C:\C\include\WIN.H(7492) : see previous definition of 'WTS_CONSOLE_CONNE
CT'
C:\C\include\WIN.H(8201) : warning C4005: 'WTS_CONSOLE_DISCONNECT' : macro redef
inition
        C:\C\include\WIN.H(7493) : see previous definition of 'WTS_CONSOLE_DISCO
NNECT'
C:\C\include\WIN.H(8202) : warning C4005: 'WTS_REMOTE_CONNECT' : macro redefinit
ion
        C:\C\include\WIN.H(7494) : see previous definition of 'WTS_REMOTE_CONNEC
T'
C:\C\include\WIN.H(8203) : warning C4005: 'WTS_REMOTE_DISCONNECT' : macro redefi
nition
        C:\C\include\WIN.H(7495) : see previous definition of 'WTS_REMOTE_DISCON
NECT'
C:\C\include\WIN.H(8204) : warning C4005: 'WTS_SESSION_LOGON' : macro redefiniti
on
        C:\C\include\WIN.H(7496) : see previous definition of 'WTS_SESSION_LOGON
'
C:\C\include\WIN.H(8205) : warning C4005: 'WTS_SESSION_LOGOFF' : macro redefinit
ion
        C:\C\include\WIN.H(7497) : see previous definition of 'WTS_SESSION_LOGOF
F'
C:\C\include\WIN.H(8206) : warning C4005: 'WTS_SESSION_LOCK' : macro redefinitio
n
        C:\C\include\WIN.H(7498) : see previous definition of 'WTS_SESSION_LOCK'

C:\C\include\WIN.H(8207) : warning C4005: 'WTS_SESSION_UNLOCK' : macro redefinit
ion
        C:\C\include\WIN.H(7499) : see previous definition of 'WTS_SESSION_UNLOC
K'
C:\C\include\gl\gl.h(1151) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1152) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1153) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1154) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1155) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1156) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1157) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1158) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1159) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1160) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1161) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1162) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1163) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1164) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1165) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1166) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1167) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1168) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1169) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1170) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1171) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1172) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1173) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1174) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1175) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1176) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1177) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1178) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1179) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1180) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1181) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1182) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1183) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1184) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1185) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1186) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1187) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1188) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1189) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1190) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1191) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1192) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1193) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1194) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1195) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1196) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1197) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1198) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1199) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1200) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1201) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1202) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1203) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1204) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1205) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1206) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1207) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1208) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1209) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1210) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1211) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1212) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1213) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1214) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1215) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1216) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1217) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1218) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1219) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1220) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1221) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1222) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1223) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1224) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1225) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1226) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1227) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1228) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1229) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1230) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1231) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1232) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1233) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1234) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1235) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1236) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1237) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1238) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1239) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1240) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1241) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1242) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1243) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1244) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1245) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1246) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1247) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1248) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1249) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1250) : error C2059: syntax error : 'type'
C:\C\include\gl\gl.h(1250) : fatal error C1003: error count exceeds 100; stoppin
g compilation

So... what was I supposed to do that I didn't do?