24 lines
343 B
Plaintext
24 lines
343 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1990 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!INCLUDE ..\..\Shimhook.mak
|
||
|
!INCLUDE ..\sources.inc
|
||
|
|
||
|
DELAYLOAD=user32.dll; \
|
||
|
gdi32.dll; \
|
||
|
advapi32.dll; \
|
||
|
ole32.dll; \
|
||
|
shell32.dll; \
|
||
|
winmm.dll; \
|
||
|
userenv.dll; \
|
||
|
ddraw.dll
|
||
|
|
||
|
|