Remove old version

svn path=/trunk/; revision=13161
This commit is contained in:
Gé van Geldorp 2005-01-20 11:23:48 +00:00
parent cba8100915
commit 4ba8fcfa61
3 changed files with 0 additions and 50 deletions

View file

@ -1,30 +0,0 @@
PATH_TO_TOP = ../..
TARGET_TYPE = dynlink
TARGET_NAME = msimg32
TARGET_BASE = $(TARGET_BASE_LIB_MSIMG32)
TARGET_CFLAGS = -fno-builtin -D__USE_W32API
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -DUNICODE -D_UNICODE -Wall -Werror
TARGET_LFLAGS = -nostdlib -nostartfiles
TARGET_SDKLIBS = gdi32.a kernel32.a
TARGET_NORC = yes
TARGET_OBJECTS = msimg32.o
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# include $(TOOLS_PATH)/depend.mk
# EOF

View file

@ -1,13 +0,0 @@
#include <windows.h>
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
if (fdwReason == DLL_PROCESS_ATTACH)
DisableThreadLibraryCalls(hinstDLL);
return TRUE;
}
VOID WINAPI vSetDdrawflag(void)
{
}

View file

@ -1,7 +0,0 @@
LIBRARY msimg32.dll
EXPORTS
AlphaBlend@44=GDI32.GdiAlphaBlend @1
DllInitialize=DllMain@12 @2
GradientFill@24=GDI32.GdiGradientFill @3
TransparentBlt@44=GDI32.GdiTransparentBlt @4
vSetDdrawflag@0 @5