Commit bb44713e authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comcat: Cleanup from unused includes and imports.

parent 0a7b32e3
MODULE = comcat.dll
IMPORTS = uuid ole32 user32 advapi32
IMPORTS = ole32
C_SRCS = \
comcat_main.c
......
......@@ -20,14 +20,8 @@
#include <stdarg.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "winerror.h"
#include "ole2.h"
/***********************************************************************
* DllCanUnloadNow (COMCAT.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment