Somewhat of a start

This commit is contained in:
Fatbag 2011-11-24 00:53:35 -06:00
commit 8a16e52bf6
66 changed files with 1872 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#define UNICODE
#define WINVER 0x0600
#include <windows.h>
#include <commctrl.h>
#include "../FARDive.hpp"
#include "resource.hpp"
#define DefineDialog(x) namespace x {INT_PTR CALLBACK DlgProc(HWND, UINT, WPARAM, LPARAM);}
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
DefineDialog(AddToArchive);
DefineDialog(NewArchive);