mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-15 08:11:22 +00:00
12 lines
No EOL
332 B
C++
12 lines
No EOL
332 B
C++
#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); |