Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rosapps / applications / sysutils / screenshot / screenshot.h
diff --git a/rosapps/applications/sysutils/screenshot/screenshot.h b/rosapps/applications/sysutils/screenshot/screenshot.h
deleted file mode 100644 (file)
index 096987e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <windows.h>
-#include <tchar.h>
-
-typedef struct _SCREENSHOT
-{
-    HWND hSelf;
-    HDC hDC;
-    HBITMAP hBitmap;
-    LPBITMAPINFO lpbi;
-    LPVOID lpvBits;
-    INT Width;
-    INT Height;
-} SCREENSHOT, *PSCREENSHOT;
-
-//INT WINAPI GetScreenshot(VOID);