comparison gui/win32/widgetrender.c @ 23091:52488bb09d90

Consistently use quotes instead of angled brackets in #include statements for non-system headers.
author diego
date Wed, 25 Apr 2007 07:34:56 +0000
parents 8e9b11648f40
children 76413880bfad
comparison
equal deleted inserted replaced
23090:a6aa62e45f37 23091:52488bb09d90
22 */ 22 */
23 23
24 #include <stdio.h> 24 #include <stdio.h>
25 #include <ctype.h> 25 #include <ctype.h>
26 #include <windows.h> 26 #include <windows.h>
27 #include <interface.h> 27
28 #include "interface.h"
28 #include "gui.h" 29 #include "gui.h"
29 30
30 extern char *codecname; 31 extern char *codecname;
31 #define MAX_LABELSIZE 250 32 #define MAX_LABELSIZE 250
32 33