Moved struct32.c to windows directory.

This commit is contained in:
Alexandre Julliard 2000-08-09 00:38:18 +00:00
parent 5acb979f03
commit 6113975a1e
5 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@
#include "palette.h"
#include "color.h"
#include "region.h"
#include "struct32.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(graphics);

View File

@ -15,7 +15,6 @@ C_SRCS = \
kernel32.c \
newfns.c \
process.c \
struct32.c \
time.c
all: $(MODULE).o

View File

@ -31,6 +31,7 @@ C_SRCS = \
rect.c \
scroll.c \
spy.c \
struct32.c \
syscolor.c \
sysmetrics.c \
sysparams.c \