mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-07 07:00:33 -04:00
Somewhat of a start
This commit is contained in:
commit
8a16e52bf6
66 changed files with 1872 additions and 0 deletions
12
Tools/FARDive/windows/Windows.hpp
Normal file
12
Tools/FARDive/windows/Windows.hpp
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue