ole32: Use int64 in the spec file for 64-bit integers.
[wine] / dlls / storage.dll16 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = storage.dll16
6 IMPORTS   = uuid ole32
7 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
8
9 C_SRCS = storage.c
10
11 @MAKE_DLL_RULES@