iff2html working

This commit is contained in:
Jip 2024-05-06 19:40:19 +02:00
parent deaf3327e0
commit 4cd716e94d
89 changed files with 7711 additions and 3 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);