Move more history api to the history file.
[reactos.git] / reactos / dll / win32 / gdi32 / misc / stubsa.c
index 009f353..550c816 100644 (file)
 #define UNIMPLEMENTED DbgPrint("GDI32: %s is unimplemented, please try again later.\n", __FUNCTION__);
 
 
-/*
- * @implemented
- */
-int
-STDCALL
-DeviceCapabilitiesExA(
-       LPCSTR          pDevice,
-       LPCSTR          pPort,
-       WORD            fwCapability,
-       LPSTR           pOutput,
-       CONST DEVMODEA  *pDevMode
-       )
-{
-       /* Note Windows 2000/XP/VISTA always return -1 */
-       return -1;
-}
 
 
 /*