comcat: Cleanup from unused includes and imports.
This commit is contained in:
parent
0a7b32e3f0
commit
bb44713e6d
|
@ -1,5 +1,5 @@
|
|||
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.@)
|
||||
|
|
Loading…
Reference in New Issue